Browse Source

create solana keygen at root for steel

Ayush 10 months ago
parent
commit
a8ea198a9d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/workflows/steel.yml

+ 7 - 0
.github/workflows/steel.yml

@@ -150,6 +150,13 @@ jobs:
         with:
           path: ~/.cargo/bin/steel
           key: ${{ runner.os }}-steel-cli
+      - name: Display Versions and Install pnpm
+        run: |
+          solana -V
+          solana-keygen new --no-bip39-passphrase
+          rustc -V
+          anchor -V
+          npm i -g pnpm
       - name: Use Node.js
         uses: actions/setup-node@v4
         with: