We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7ec2c commit fcc3387Copy full SHA for fcc3387
.github/workflows/ci.yaml
@@ -152,7 +152,7 @@ jobs:
152
path: packages/*/*.node
153
154
build-freebsd:
155
- runs-on: macos-latest
+ runs-on: macos-10.15
156
name: Build FreeBSD
157
steps:
158
- uses: actions/checkout@v2
@@ -169,7 +169,9 @@ jobs:
169
usesh: true
170
mem: 3000
171
prepare: |
172
- pkg install -y curl node yarn npm python2
+ pkg install -y curl python2 node14
173
+ curl -qL https://www.npmjs.com/install.sh | sh
174
+ npm install -g yarn
175
curl https://sh.rustup.rs -sSf --output rustup.sh
176
sh rustup.sh -y --profile minimal --default-toolchain stable
177
export PATH="/usr/local/cargo/bin:$PATH"
0 commit comments