mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 22:29:10 +01:00
Trying to fix Azure Pipelines
This commit is contained in:
parent
149961e8f1
commit
ce771903e5
@ -18,6 +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
|
||||
rustc -Vv
|
||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||
rustup component add rustfmt --toolchain `cat rust-toolchain`
|
||||
|
Loading…
Reference in New Issue
Block a user