Skip to content

Commit

Permalink
Update action.yml broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jan 20, 2024
1 parent e3a3773 commit ed31f4c
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 @@ -55,12 +55,12 @@ runs:
- name: Configure CMake
run: |
# Enable these when all warnings are fixed :^)
-G Ninja \
# CFLAGS="-Werror ${CFLAGS}" \
# CXXFLAGS="-Werror ${CXXFLAGS}" \
cmake \
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-G Ninja \
-DQF_BUILD_QML_PLUGINS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
Expand Down

0 comments on commit ed31f4c

Please sign in to comment.