Skip to content

Commit

Permalink
Try the vcvarsall call
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 8, 2025
1 parent 67fb74c commit 15c1953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
set "AS=llvm-as"
set "CC=clang"
set RANLIB=echo
call "C:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\vcvarsall.bat" amd64
clang --version
python -m build --wheel
Expand Down

0 comments on commit 15c1953

Please sign in to comment.