mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-05 23:15:32 -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"
|
||||
target: "desktop"
|
||||
arch: "gcc_64"
|
||||
dir: "${{github.workspace}}/qt/"
|
||||
# dir: "${{github.workspace}}/qt/"
|
||||
install-deps: "true"
|
||||
|
||||
- name: List files in Qt
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- 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
|
||||
run: cmake --build '${{github.workspace}}'/build
|
||||
|
||||
Reference in New Issue
Block a user