Skip to content

Commit 50d6ac9

Browse files
committed
fixup! Upgrade to install-qt-action@v4
1 parent 06b6984 commit 50d6ac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
161161
- name: Configure
162162
working-directory: ${{runner.workspace}}/build
163-
run: >
164-
cmake ${{github.workspace}}
165-
-DCMAKE_BUILD_TYPE:STRING=Release
163+
run: |
164+
cmake ${{github.workspace}} \
165+
-DCMAKE_BUILD_TYPE:STRING=Release \
166166
${{ join(matrix.cmake-flags, ' ') }}
167167
168168
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)