Skip to content

Commit

Permalink
fix(core): install npm via pkg for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Jun 22, 2023
1 parent 17c8ca6 commit f68773a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ jobs:
usesh: true
mem: 3000
prepare: |
pkg install -y -f curl node libnghttp2
curl -qL https://www.npmjs.com/install.sh | sh
pkg install -y -f curl node libnghttp2 npm
npm install --location=global --ignore-scripts pnpm
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
Expand Down

0 comments on commit f68773a

Please sign in to comment.