Skip to content

Commit

Permalink
CI: pull swig from pypi instead of choco
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jun 3, 2023
1 parent 20f50b8 commit 406c635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ environment:
image:
- Visual Studio 2019
install:
- cmd: choco install swig -y --version 4.0.2.04082020 & exit 0
- cmd: SET PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
- cmd: pip install swig==4.1.1
- cmd: curl -sSf -o rustup-init.exe https://win.rustup.rs/
- cmd: rustup-init.exe -y --default-toolchain 1.69.0
- cmd: curl -LO https://sdk.lunarg.com/sdk/download/1.2.189.2/windows/VulkanSDK-1.2.189.2-Installer.exe
Expand Down
2 changes: 1 addition & 1 deletion ci-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(DEFINED ENV{APPVEYOR})
-DQt6_DIR="C:\\Qt\\6.2\\msvc2019_64\\lib\\cmake\\Qt6")

set(BUILD_DEPS TRUE)
set(SWIG_EXECUTABLE "C:\\ProgramData\\chocolatey\\bin\\swig.exe")
set(SWIG_EXECUTABLE "C:\\Python310-x64\\Scripts\\swig.exe")
endif()

if(DEFINED ENV{ANDROID})
Expand Down

0 comments on commit 406c635

Please sign in to comment.