File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
shell : bash
161
161
run : |
162
162
sudo pkg install -y -f curl node libnghttp2 npm
163
- sudo npm install -g pnpm --unsafe-perm=true
163
+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
164
164
curl https://sh.rustup.rs -sSf --output rustup.sh
165
165
sh rustup.sh -y --profile minimal --default-toolchain beta
166
166
source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
shell : bash
160
160
run : |
161
161
sudo pkg install -y -f curl node libnghttp2 npm
162
- sudo npm install -g pnpm --unsafe-perm=true
162
+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163
163
curl https://sh.rustup.rs -sSf --output rustup.sh
164
164
sh rustup.sh -y --profile minimal --default-toolchain beta
165
165
source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
shell : bash
160
160
run : |
161
161
sudo pkg install -y -f curl node libnghttp2 npm
162
- sudo npm install -g pnpm --unsafe-perm=true
162
+ sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163
163
curl https://sh.rustup.rs -sSf --output rustup.sh
164
164
sh rustup.sh -y --profile minimal --default-toolchain beta
165
165
source "$HOME/.cargo/env"
Original file line number Diff line number Diff line change
1
+ [tools ]
2
+ pnpm = " 9.14.4"
You can’t perform that action at this time.
0 commit comments