Skip to content

Commit f2a029a

Browse files
Update linux-builds.yml
1 parent c1b6095 commit f2a029a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/linux-builds.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333

3434
- name: Configure with CMake
3535
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
36+
cmake -S . -B build \
37+
-DCMAKE_PREFIX_PATH="${{ env.QT_DIR }}/Qt/${{ env.QT_VERSION }}/gcc_64" \
38+
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
39+
-DCMAKE_BUILD_TYPE=Release \
40+
-G Ninja
4041
4142
- name: Build
4243
run: cmake --build build

0 commit comments

Comments
 (0)