Skip to content

Commit

Permalink
change one occurrence of NUM_THREADS=32 to 18 on self-hosted-windows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-liu committed Oct 5, 2023
1 parent bcfebce commit 2ad9e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make example NUM_THREADS=32
make example NUM_THREADS=18
header-include-guard-check:
name: header include guard check
Expand Down

0 comments on commit 2ad9e45

Please sign in to comment.