Skip to content

Commit f235fb6

Browse files
committed
chore: fix freebsd
1 parent 68be7b3 commit f235fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ jobs:
175175
usesh: true
176176
mem: 3000
177177
prepare: |
178-
pkg install -y -f curl node libnghttp2 npm pnpm
178+
pkg install -y -f curl node libnghttp2 npm
179+
179180
curl https://sh.rustup.rs -sSf --output rustup.sh
180181
sh rustup.sh -y --profile minimal --default-toolchain beta
181182
export PATH="/usr/local/cargo/bin:$PATH"

0 commit comments

Comments
 (0)