Skip to content

Commit

Permalink
Try 'clang-cl' instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanem committed Nov 1, 2023
1 parent a7f08e3 commit 2e6a8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnu-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: GNU-make
run: make -f Makefile.Windows CC=cl CPU=x64 USE_CRT_DEBUG=0 -C ./src
run: make -f Makefile.Windows CC=clang-cl CPU=x64 USE_CRT_DEBUG=0 -C ./src

- name: Run tests
run: set INCLUDE=%INCLUDE%;c:\hostedtoolcache\windows\Python\3.9.10\include & set COLUMNS=120 & .\appveyor-script.bat test
Expand Down

0 comments on commit 2e6a8f3

Please sign in to comment.