Skip to content

Commit 260157c

Browse files
committed
fixup! Upgrade to install-qt-action@v4
1 parent 34e59e9 commit 260157c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/integration.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,6 @@ jobs:
216216
run: |
217217
sudo apt-get install ninja-build
218218
219-
- name: List CMake files on Windows
220-
if: startsWith(matrix.runner, 'windows-')
221-
run: |
222-
dir "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}"
223-
224-
- name: List CMake files on Unix
225-
if: (!startsWith(matrix.runner, 'windows-'))
226-
run: |
227-
find "$QT_ROOT_DIR/lib/cmake/${{matrix.package}}"
228-
229219
- name: Prepare
230220
run: |
231221
cmake -E make_directory ${{runner.workspace}}/build
@@ -235,9 +225,7 @@ jobs:
235225
run: cmake ${{github.workspace}}
236226
-DCMAKE_BUILD_TYPE:STRING=Release
237227
-DQT_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
238-
-D${{matrix.package}}_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
239228
-DCMAKE_FIND_ROOT_PATH:PATH=$QT_ROOT_DIR
240-
--debug-find-pkg=QT
241229
${{ join(matrix.cmake-flags, ' ') }}
242230

243231
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)