Skip to content

Commit

Permalink
Fix Windows CPU count
Browse files Browse the repository at this point in the history
  • Loading branch information
zfergus committed Jun 10, 2024
1 parent a5ee144 commit 69fbd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x64
cmake --build build -j ${{ steps.cpu-cores.outputs.cpu-cores }}
cmake --build build -j ${{ steps.cpu-cores.outputs.count }}
ccache --show-stats
- name: Tests
Expand Down

0 comments on commit 69fbd2b

Please sign in to comment.