mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
ci: fix azure pipeline specific code in install-awscli
This commit is contained in:
parent
1add455ec6
commit
b4f71cd477
@ -28,7 +28,7 @@ if isLinux; then
|
|||||||
pipflags="--user"
|
pipflags="--user"
|
||||||
|
|
||||||
sudo apt-get install -y python3-setuptools
|
sudo apt-get install -y python3-setuptools
|
||||||
echo "##vso[task.prependpath]$HOME/.local/bin"
|
ciCommandAddPath "${HOME}/.local/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "${DEPS_DIR}"
|
mkdir -p "${DEPS_DIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user