We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47f496 commit 0c05ba8Copy full SHA for 0c05ba8
.github/workflows/release.yml
@@ -162,7 +162,7 @@ jobs:
162
steps:
163
- uses: actions/checkout@v3
164
- name: Build FreeBSD
165
- uses: cross-platform-actions/action@v0.19.0
+ uses: cross-platform-actions/action@v0.22.0
166
env:
167
DEBUG: napi:*
168
RUSTUP_HOME: /usr/local/rustup
@@ -171,6 +171,9 @@ jobs:
171
with:
172
operating_system: freebsd
173
version: '13.2'
174
+ memory: 13G
175
+ cpu_count: 3
176
+ environment_variables: 'DEBUG RUSTUP_IO_THREADS'
177
shell: bash
178
run: |
179
sudo pkg install -y -f curl node libnghttp2 npm yarn
0 commit comments