Skip to content

Commit

Permalink
Update action.yml fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Oct 8, 2024
1 parent eee79d1 commit d578938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ runs:
# CFLAGS="-Werror ${CFLAGS}" \
# CXXFLAGS="-Werror ${CXXFLAGS}" \
# -G Ninja \
#-DCMAKE_BUILD_TYPE=Release \
cmake \
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-DQF_BUILD_QML_PLUGINS=ON \
#-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DUSE_QT6=${{ inputs.use_qt6 }} \
Expand Down

0 comments on commit d578938

Please sign in to comment.