mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-24 11:22:37 +00:00
Fix Windows CI by forcing 64-bit rustup installation.
This commit is contained in:
parent
25c2f62850
commit
8408b9ba6f
2
.github/azure-pipelines-template.yml
vendored
2
.github/azure-pipelines-template.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- ${{ if eq(parameters.name, 'Windows') }}:
|
||||
- script: |
|
||||
curl -sSf -o rustup-init.exe https://win.rustup.rs
|
||||
rustup-init.exe -y --default-toolchain $(rust_version)
|
||||
rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain $(rust_version)
|
||||
echo ##vso[task.setvariable variable=PATH]%PATH%;%USERPROFILE%\.cargo\bin
|
||||
displayName: 'Install Rust ($(rust_version))'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user