mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-06 15:15:40 -06:00
Remove path prefixing, use default directory
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
host: "linux"
|
host: "linux"
|
||||||
target: "desktop"
|
target: "desktop"
|
||||||
arch: "gcc_64"
|
arch: "gcc_64"
|
||||||
dir: "${{github.workspace}}/qt/"
|
# dir: "${{github.workspace}}/qt/"
|
||||||
install-deps: "true"
|
install-deps: "true"
|
||||||
|
|
||||||
- name: List files in Qt
|
- name: List files in Qt
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake/" -DQt5_DIR=${{env.Qt5_Dir}}/lib/cmake/Qt5/ -B '${{github.workspace}}'/build
|
run: cmake -B '${{github.workspace}}'/build
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build '${{github.workspace}}'/build
|
run: cmake --build '${{github.workspace}}'/build
|
||||||
|
|||||||
Reference in New Issue
Block a user