Skip to content

Commit

Permalink
Add missing environment script to Windows C/C++ examples job
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed Oct 2, 2023
1 parent 740d1eb commit d299936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ jobs:
make javatest NUM_THREADS=18
- name: C and C++ Examples
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make example NUM_THREADS=32
header-include-guard-check:
Expand Down

0 comments on commit d299936

Please sign in to comment.