Skip to content

Commit 2f69e15

Browse files
committed
Update Rust install task
1 parent 2e3499d commit 2f69e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
rustup default $toolchain
1111
else
1212
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $toolchain
13-
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
13+
echo "##vso[task.prependpath]$HOME/.cargo/bin"
1414
fi
1515
displayName: Install rust (unix)
1616
condition: ne( variables['Agent.OS'], 'Windows_NT' )

0 commit comments

Comments
 (0)