fix(cli): ignore preinstall scripts on FreeBSD while installing yarn
This commit is contained in:
parent
c6aeb06e04
commit
1d1ef3d69e
1 changed files with 2 additions and 2 deletions
|
@ -212,9 +212,9 @@ jobs:
|
||||||
usesh: true
|
usesh: true
|
||||||
mem: 3000
|
mem: 3000
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y curl node14 python2
|
pkg install -y curl node16 python2
|
||||||
curl -qL https://www.npmjs.com/install.sh | sh
|
curl -qL https://www.npmjs.com/install.sh | sh
|
||||||
npm install --location=global yarn
|
npm install --location=global --ignore-scripts yarn
|
||||||
curl https://sh.rustup.rs -sSf --output rustup.sh
|
curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
sh rustup.sh -y --profile minimal --default-toolchain stable
|
sh rustup.sh -y --profile minimal --default-toolchain stable
|
||||||
export PATH="/usr/local/cargo/bin:$PATH"
|
export PATH="/usr/local/cargo/bin:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue