fix(repo): fix pnpm version on freebsd (#23045)
This commit is contained in:
parent
f74aeabdb5
commit
9c6532ca68
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
|||||||
env
|
env
|
||||||
whoami
|
whoami
|
||||||
sudo pkg install -y -f node libnghttp2 npm git
|
sudo pkg install -y -f node libnghttp2 npm git
|
||||||
sudo npm install --location=global --ignore-scripts pnpm
|
sudo npm install --location=global --ignore-scripts pnpm@8.15.7
|
||||||
curl https://sh.rustup.rs -sSf --output rustup.sh
|
curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
sh rustup.sh -y --profile minimal --default-toolchain stable
|
sh rustup.sh -y --profile minimal --default-toolchain stable
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user