Skip to content

Commit d5160e4

Browse files
committed
fixup! Upgrade to install-qt-action@v4
1 parent 289de73 commit d5160e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
run: cmake ${{github.workspace}}
236236
-DCMAKE_BUILD_TYPE:STRING=Release
237237
-DQT_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
238+
-D${{matrix.package}}_DIR:PATH=$QT_ROOT_DIR/lib/cmake/${{matrix.package}}
238239
--debug-find-pkg=QT
239240
${{ join(matrix.cmake-flags, ' ') }}
240241

0 commit comments

Comments
 (0)