Skip to content

Commit 0c05ba8

Browse files
authored
Try fixing freebsd build
1 parent b47f496 commit 0c05ba8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
steps:
163163
- uses: actions/checkout@v3
164164
- name: Build FreeBSD
165-
uses: cross-platform-actions/action@v0.19.0
165+
uses: cross-platform-actions/action@v0.22.0
166166
env:
167167
DEBUG: napi:*
168168
RUSTUP_HOME: /usr/local/rustup
@@ -171,6 +171,9 @@ jobs:
171171
with:
172172
operating_system: freebsd
173173
version: '13.2'
174+
memory: 13G
175+
cpu_count: 3
176+
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
174177
shell: bash
175178
run: |
176179
sudo pkg install -y -f curl node libnghttp2 npm yarn

0 commit comments

Comments
 (0)