Make .cargo/bin
if it does not exist (#375)
This commit is contained in:
parent
c2f119690b
commit
4d9ec64eae
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ fi
|
|||
|
||||
curl https://github.com/sagiegurari/cargo-make/releases/download/${1}/cargo-make-v${1}-${2}.zip -sSfL -o /tmp/cargo-make.zip;
|
||||
unzip /tmp/cargo-make.zip;
|
||||
mkdir -p "$HOME/.cargo/bin";
|
||||
mv cargo-make-*/* $HOME/.cargo/bin;
|
||||
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
|
||||
|
|
Loading…
Reference in a new issue