Skip to content

Commit

Permalink
ci: use freebsd pkg installer to install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziling committed Jun 30, 2023
1 parent e6b1ed5 commit ed412ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
usesh: true
mem: 3000
prepare: |
pkg install -y -f curl node libnghttp2 yarn
pkg install -y -f curl node libnghttp2 npm yarn
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain beta
export PATH="/usr/local/cargo/bin:$PATH"
Expand Down

0 comments on commit ed412ef

Please sign in to comment.