Skip to content

Commit

Permalink
ci: fix npm i -g yarn on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Aug 12, 2022
1 parent 76c5b3c commit a46ad40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
usesh: true
mem: 3000
prepare: |
pkg install -y curl node14 python2
pkg install -y curl node16 python2
curl -qL https://www.npmjs.com/install.sh | sh
npm install -g yarn
npm install --location=global --ignore-scripts yarn
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
export PATH="/usr/local/cargo/bin:$PATH"
Expand Down

0 comments on commit a46ad40

Please sign in to comment.