ci: fix FreeBSD check CI
This commit is contained in:
parent
14aab065e7
commit
d9f5245432
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ task:
|
||||||
- pkg update
|
- pkg update
|
||||||
- pkg install -y -f curl node16 libnghttp2
|
- pkg install -y -f curl node16 libnghttp2
|
||||||
- curl -qL https://www.npmjs.com/install.sh | sh
|
- curl -qL https://www.npmjs.com/install.sh | sh
|
||||||
- npm install -g 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
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue