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 c7fc5a1 commit 262d120Copy full SHA for 262d120
.github/workflows/release.yml
@@ -162,15 +162,15 @@ jobs:
162
steps:
163
- uses: actions/checkout@v3
164
- name: Build FreeBSD
165
- uses: cross-platform-actions/action@v0.23.0
+ uses: cross-platform-actions/action@v0.25.0
166
env:
167
DEBUG: napi:*
168
RUSTUP_HOME: /usr/local/rustup
169
CARGO_HOME: /usr/local/cargo
170
RUSTUP_IO_THREADS: 1
171
with:
172
operating_system: freebsd
173
- version: '13.2'
+ version: '14.0'
174
memory: 13G
175
cpu_count: 3
176
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
0 commit comments