Skip to content

Commit 22bc3e7

Browse files
committed
Add toolchain input to dtolnay/rust-toolchain
1 parent 31913f8 commit 22bc3e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
DO_NOT_TRACK: '1'
1111
NODE_VERSION: 20
1212
SOLANA_VERSION: 2.1.9
13+
RUST_TOOLCHAIN: '1.86.0'
1314

1415
jobs:
1516
lint:
@@ -47,6 +48,7 @@ jobs:
4748
- name: Install Rust Toolchain and Components
4849
uses: dtolnay/rust-toolchain@master
4950
with:
51+
toolchain: ${{ env.RUST_TOOLCHAIN }}
5052
components: clippy, rustfmt
5153

5254
- name: Install Solana ${{ env.SOLANA_VERSION }}

0 commit comments

Comments
 (0)