Skip to content

Commit

Permalink
wasm-ci: Set qt host path
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Apr 18, 2024
1 parent c7ce168 commit acf6566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ runs:
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DSHVSPY_USE_QT6=${{ inputs.use_qt6 }} \
-DQT_HOST_PATH="${Qt6_DIR}/../gcc_64" \
${{ env.cmake_extra_args }} \
${{ inputs.additional_cmake_args }}
shell: bash

0 comments on commit acf6566

Please sign in to comment.