Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Apr 18, 2024
1 parent 728190c commit 5c9692d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
CFLAGS="-Werror ${CFLAGS}" \
CXXFLAGS="-Werror ${CXXFLAGS}" \
"${Qt6_DIR}/bin/qt-cmake" \
cmake \
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-DCMAKE_BUILD_TYPE=Release \
Expand All @@ -96,6 +96,7 @@ runs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DSHVSPY_USE_QT6=${{ inputs.use_qt6 }} \
--debug-find-pkg=Qt6LinguistTools \
-DCMAKE_TOOLCHAIN_FILE=$Qt6_DIR/lib/cmake/Qt6/qt.toolchain.cmake \
-DQT_DEBUG_FIND_PACKAGE=ON \
${{ env.cmake_extra_args }} \
${{ inputs.additional_cmake_args }}
Expand Down

0 comments on commit 5c9692d

Please sign in to comment.