Skip to content

Commit

Permalink
Update action.yml ninja build commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jan 21, 2024
1 parent ed31f4c commit 83e9c1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ runs:
install-deps: false
modules: ${{ inputs.modules }}

- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
with:
# ninja version to download. Default: 1.10.0
version: 1.10.0
#- name: Setup Ninja
# uses: ashutoshvarma/setup-ninja@master
# with:
# # ninja version to download. Default: 1.10.0
# version: 1.10.0

- name: Configure CMake
run: |
# Enable these when all warnings are fixed :^)
# CFLAGS="-Werror ${CFLAGS}" \
# CXXFLAGS="-Werror ${CXXFLAGS}" \
# -G Ninja \
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 83e9c1b

Please sign in to comment.