Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
default build generator
  • Loading branch information
fvacek authored Dec 24, 2023
1 parent 68f6b14 commit e2e7884
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 @@ -41,10 +41,10 @@ runs:
- name: Configure CMake
run: |
# Enable these when all warnings are fixed :^)
#-G Ninja \
# CFLAGS="-Werror ${CFLAGS}" \
# CXXFLAGS="-Werror ${CXXFLAGS}" \
cmake \
#-G Ninja \
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-DQF_BUILD_QML_PLUGINS=ON \
Expand Down

0 comments on commit e2e7884

Please sign in to comment.