Skip to content

Commit a8ea198

Browse files
committed
create solana keygen at root for steel
1 parent 876ffd0 commit a8ea198

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/steel.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ 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
153160
- name: Use Node.js
154161
uses: actions/setup-node@v4
155162
with:

0 commit comments

Comments
 (0)