Commit 260157c 1 parent 34e59e9 commit 260157c Copy full SHA for 260157c
File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -216,16 +216,6 @@ jobs:
216
216
run : |
217
217
sudo apt-get install ninja-build
218
218
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
-
229
219
- name : Prepare
230
220
run : |
231
221
cmake -E make_directory ${{runner.workspace}}/build
@@ -235,9 +225,7 @@ jobs:
235
225
run : cmake ${{github.workspace}}
236
226
-DCMAKE_BUILD_TYPE:STRING=Release
237
227
-DQT_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
238
- -D${{matrix.package}}_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
239
228
-DCMAKE_FIND_ROOT_PATH:PATH=$QT_ROOT_DIR
240
- --debug-find-pkg=QT
241
229
${{ join(matrix.cmake-flags, ' ') }}
242
230
243
231
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments