mirror of
https://github.com/nushell/nushell
synced 2024-11-11 23:47:07 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
ce771903e5
commit
03728c1868
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ steps:
|
|||
set -e
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain`
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
apt-get -y install libxcb-composite0-dev libx11-dev
|
||||
sudo apt-get -y install libxcb-composite0-dev libx11-dev
|
||||
rustc -Vv
|
||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||
rustup component add rustfmt --toolchain `cat rust-toolchain`
|
||||
|
|
Loading…
Reference in a new issue