File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,6 @@ jobs:
150150 with :
151151 path : ~/.cargo/bin/steel
152152 key : ${{ runner.os }}-steel-cli
153- - name : Display Versions and Install pnpm
154- run : |
155- solana -V
156- solana-keygen new --no-bip39-passphrase
157- rustc -V
158- anchor -V
159- npm i -g pnpm
160153 - name : Use Node.js
161154 uses : actions/setup-node@v4
162155 with :
@@ -271,6 +264,7 @@ jobs:
271264 source build_and_test.sh
272265 solana -V
273266 rustc -V
267+ solana-keygen new --no-bip39-passphrase
274268 process_projects "stable"
275269 sccache --show-stats
276270 - name : Setup Solana 1.18.17
@@ -285,6 +279,7 @@ jobs:
285279 source build_and_test.sh
286280 solana -V
287281 rustc -V
282+ solana-keygen new --no-bip39-passphrase
288283 process_projects "1.18.17"
289284 sccache --show-stats
290285
You can’t perform that action at this time.
0 commit comments