Skip to content

Commit f83eb25

Browse files
committed
remove rustup default
1 parent 646bc03 commit f83eb25

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/solana.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ 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
6562
- name: make check-idl
6663
run: make check-idl
6764
working-directory: ./solana
@@ -80,9 +77,6 @@ jobs:
8077
node-version: "20.11.0"
8178
solana-cli-version: "1.18.15"
8279
anchor-version: "0.30.1"
83-
- name: Set default Rust toolchain
84-
run: rustup default stable
85-
working-directory: ./solana
8680
- name: make anchor-test
8781
run: make anchor-test
8882
working-directory: ./solana
@@ -101,9 +95,6 @@ jobs:
10195
node-version: "20.11.0"
10296
solana-cli-version: "1.18.15"
10397
anchor-version: "0.30.1"
104-
- name: Set default Rust toolchain
105-
run: rustup default stable
106-
working-directory: ./solana
10798
- name: make anchor-test-upgrade
10899
run: make anchor-test-upgrade
109100
working-directory: ./solana

0 commit comments

Comments
 (0)