Skip to content

Commit

Permalink
Try fixing freebsd build
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 14, 2024
1 parent b47f496 commit 0c05ba8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build FreeBSD
uses: cross-platform-actions/action@v0.19.0
uses: cross-platform-actions/action@v0.22.0
env:
DEBUG: napi:*
RUSTUP_HOME: /usr/local/rustup
Expand All @@ -171,6 +171,9 @@ jobs:
with:
operating_system: freebsd
version: '13.2'
memory: 13G
cpu_count: 3
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
shell: bash
run: |
sudo pkg install -y -f curl node libnghttp2 npm yarn
Expand Down

0 comments on commit 0c05ba8

Please sign in to comment.