Skip to content

Commit

Permalink
ci: enable generation of version header
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 24, 2024
1 parent 71cd6dd commit 919e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Configure
shell: bash
run: |
cmake -B build -DQUAKE_WARNINGS_AS_ERRORS=ON ${{ matrix.config.extra_options }} .
cmake -B build -DQUAKE_WARNINGS_AS_ERRORS=ON -DQUAKE_GENERATE_VERSION_HEADER=ON ${{ matrix.config.extra_options }} .
- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v2
Expand Down

0 comments on commit 919e791

Please sign in to comment.