forked from extern/nushell
Merge pull request #768 from nushell/try_fix_pipelines
Trying to fix Azure Pipelines
This commit is contained in:
commit
8dec2da564
@ -16,6 +16,10 @@ pool:
|
|||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
set -e
|
set -e
|
||||||
|
if [ -e /etc/debian_version ]
|
||||||
|
then
|
||||||
|
sudo apt-get -y install libxcb-composite0-dev libx11-dev
|
||||||
|
fi
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain`
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain`
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
rustc -Vv
|
rustc -Vv
|
||||||
|
Loading…
Reference in New Issue
Block a user