Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 938d62f

Browse files
committed
Update Rust install task
1 parent 00ca085 commit 938d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
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)