We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47af024 commit 35bd308Copy full SHA for 35bd308
.github/workflows/solana.yml
@@ -59,13 +59,13 @@ jobs:
59
node-version: "20.11.0"
60
solana-cli-version: "1.18.15"
61
anchor-version: "0.30.1"
62
+ - name: Set default Rust toolchain
63
+ run: rustup default stable
64
+ working-directory: ./solana
65
- name: Pin setup-node to v3.8.2
66
uses: actions/[email protected]
67
with:
68
- - name: Set default Rust toolchain
- run: rustup default stable
- working-directory: ./solana
69
- name: make check-idl
70
run: make check-idl
71
working-directory: ./solana
0 commit comments