Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Ninja not found on windows
  • Loading branch information
fvacek authored Dec 24, 2023
1 parent 7d3e8c3 commit 68f6b14
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 @@ -44,7 +44,7 @@ runs:
# CFLAGS="-Werror ${CFLAGS}" \
# CXXFLAGS="-Werror ${CXXFLAGS}" \
cmake \
-G Ninja \
#-G Ninja \
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-DQF_BUILD_QML_PLUGINS=ON \
Expand Down

0 comments on commit 68f6b14

Please sign in to comment.