Skip to content

Commit

Permalink
fix(cli): freebsd ci template
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Apr 17, 2024
1 parent b35ed17 commit 0f42e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/new/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ jobs:
if-no-files-found: error
build-freebsd:
runs-on: macos-12
runs-on: macos-13
name: Build FreeBSD
steps:
- uses: actions/checkout@v4
- name: Build
id: build
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.24.0
env:
DEBUG: 'napi:*'
RUSTUP_IO_THREADS: 1
Expand All @@ -184,7 +184,7 @@ jobs:
cpu_count: 3
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
shell: bash
prepare: |
run: |
sudo pkg install -y -f curl node libnghttp2 npm
sudo npm install -g yarn --ignore-scripts
curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down

0 comments on commit 0f42e21

Please sign in to comment.