Skip to content

Commit

Permalink
CI: pin rust to 1.69.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jun 3, 2023
1 parent 57cd42e commit 20f50b8
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 @@ -8,7 +8,7 @@ image:
install:
- cmd: choco install swig -y --version 4.0.2.04082020 & exit 0
- cmd: curl -sSf -o rustup-init.exe https://win.rustup.rs/
- cmd: rustup-init.exe -y
- 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
- cmd: VulkanSDK-1.2.189.2-Installer.exe --accept-licenses --default-answer --confirm-command install
- cmd: cd %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit 20f50b8

Please sign in to comment.