ci: fix FreeBSD check CI

This commit is contained in:
LongYinan 2022-08-12 16:56:45 +08:00
parent 14aab065e7
commit d9f5245432
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -14,7 +14,7 @@ task:
- pkg update
- pkg install -y -f curl node16 libnghttp2
- 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
- sh rustup.sh -y --profile minimal --default-toolchain stable
- |