|
@@ -150,6 +150,13 @@ jobs:
|
|
with:
|
|
with:
|
|
path: ~/.cargo/bin/steel
|
|
path: ~/.cargo/bin/steel
|
|
key: ${{ runner.os }}-steel-cli
|
|
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
|
|
- name: Use Node.js
|
|
uses: actions/setup-node@v4
|
|
uses: actions/setup-node@v4
|
|
with:
|
|
with:
|