Skip to content

Commit 5c7e0b4

Browse files
committed
Fix some bash syntax
1 parent 0388f99 commit 5c7e0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
rustup default $toolchain
2727
else
2828
curl.exe -sSf -o rustup-init.exe https://win.rustup.rs
29-
./rustup-init.exe -y --default-toolchain $env:TOOLCHAIN
29+
./rustup-init.exe -y --default-toolchain $toolchain
3030
echo "##vso[task.prependpath]$USERPROFILE/.cargo/bin"
3131
fi
3232
displayName: Install rust (windows)

0 commit comments

Comments
 (0)