Skip to content

Commit 35bd308

Browse files
author
Bengt Lofgren
committed
trying this
1 parent 47af024 commit 35bd308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/solana.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
node-version: "20.11.0"
6060
solana-cli-version: "1.18.15"
6161
anchor-version: "0.30.1"
62+
- name: Set default Rust toolchain
63+
run: rustup default stable
64+
working-directory: ./solana
6265
- name: Pin setup-node to v3.8.2
6366
uses: actions/[email protected]
6467
with:
6568
node-version: "20.11.0"
66-
- name: Set default Rust toolchain
67-
run: rustup default stable
68-
working-directory: ./solana
6969
- name: make check-idl
7070
run: make check-idl
7171
working-directory: ./solana

0 commit comments

Comments
 (0)