Skip to content

Commit 3452de4

Browse files
author
Bengt Lofgren
committed
tried changing github workflow for make idl issue
1 parent 52def68 commit 3452de4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/solana.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ jobs:
8080
solana-cli-version: "1.18.15"
8181
anchor-version: "0.30.1"
8282
- name: Set default Rust toolchain
83-
run: rustup default stable
83+
run: |
84+
rustup toolchain install 1.75.0
85+
rustup default 1.75.0
86+
rustup component add rustfmt clippy
8487
working-directory: ./solana
8588
- name: Git Submodule Update
8689
run: |
@@ -109,7 +112,10 @@ jobs:
109112
solana-cli-version: "1.18.15"
110113
anchor-version: "0.30.1"
111114
- name: Set default Rust toolchain
112-
run: rustup default stable
115+
run: |
116+
rustup toolchain install 1.75.0
117+
rustup default 1.75.0
118+
rustup component add rustfmt clippy
113119
working-directory: ./solana
114120
- name: Git Submodule Update
115121
run: |
@@ -138,7 +144,10 @@ jobs:
138144
solana-cli-version: "1.18.15"
139145
anchor-version: "0.30.1"
140146
- name: Set default Rust toolchain
141-
run: rustup default stable
147+
run: |
148+
rustup toolchain install 1.75.0
149+
rustup default 1.75.0
150+
rustup component add rustfmt clippy
142151
working-directory: ./solana
143152
- name: Git Submodule Update
144153
run: |

0 commit comments

Comments
 (0)