We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b6095 commit f2a029aCopy full SHA for f2a029a
.github/workflows/linux-builds.yml
@@ -33,10 +33,11 @@ jobs:
33
34
- name: Configure with CMake
35
run: |
36
- cmake -S . -B build \
37
- -DCMAKE_PREFIX_PATH="${{ env.QT_DIR }}/Qt/${{ env.QT_VERSION }}/gcc_64" \
38
- -DCMAKE_BUILD_TYPE=Release \
39
- -G Ninja
+ cmake -S . -B build \
+ -DCMAKE_PREFIX_PATH="${{ env.QT_DIR }}/Qt/${{ env.QT_VERSION }}/gcc_64" \
+ -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
+ -DCMAKE_BUILD_TYPE=Release \
40
+ -G Ninja
41
42
- name: Build
43
run: cmake --build build
0 commit comments