Skip to content

Commit 4ccb246

Browse files
authored
Fix
1 parent 691f1fb commit 4ccb246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
working-directory: ${{github.workspace}}/build
216216
run: "emcmake cmake $GITHUB_WORKSPACE
217217
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
218-
-DCMAKE_PREFIX_PATH=$Qt5_DIR
219-
-DCMAKE_FIND_ROOT_PATH=$Qt5_DIR
218+
-DCMAKE_PREFIX_PATH=$Qt6_DIR
219+
-DCMAKE_FIND_ROOT_PATH=$Qt6_DIR
220220
-DCMAKE_C_COMPILER_LAUNCHER=ccache
221221
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
222222
-DFORCE_COLORED_OUTPUT=true

0 commit comments

Comments
 (0)