Skip to content

Commit

Permalink
CI: appveyor - use latest SWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Mar 7, 2024
1 parent 3f3a4be commit f0770c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
- Visual Studio 2019
install:
- cmd: SET PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
- cmd: pip install swig==4.1.1
- cmd: pip install swig
- cmd: curl -sSf -o rustup-init.exe https://win.rustup.rs/
- cmd: rustup-init.exe -y
- cmd: curl -LO https://sdk.lunarg.com/sdk/download/1.3.224.1/windows/VulkanSDK-1.3.224.1-Installer.exe
Expand Down

0 comments on commit f0770c9

Please sign in to comment.