Skip to content

Commit 23f12dc

Browse files
committed
Fix GitHub Releases
1 parent cf9dc66 commit 23f12dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ jobs:
9898
linux:
9999
image_name: 'ubuntu-16.04'
100100
platform: 'linux'
101+
rustup_toolchain: 'stable'
101102
windows:
102103
image_name: 'windows-latest'
103104
platform: 'windows'
105+
rustup_toolchain: 'stable'
104106
#macos:
105107
# image_name: 'macOS-10.13'
106108
# platform: 'macos'
@@ -119,7 +121,6 @@ jobs:
119121
- script: |
120122
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
121123
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
122-
displayName: Install Rust
123124
condition: ne( variables['Agent.OS'], 'Windows_NT' )
124125
displayName: Install Rust
125126

0 commit comments

Comments
 (0)