Skip to content

Commit 2bea88b

Browse files
committed
generate keygen before every process
1 parent a8ea198 commit 2bea88b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/steel.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)