Skip to content

Commit 31913f8

Browse files
committed
Install Rust explicitly in CI
1 parent 928703a commit 31913f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
- name: Git checkout
4545
uses: actions/checkout@v4
4646

47+
- name: Install Rust Toolchain and Components
48+
uses: dtolnay/rust-toolchain@master
49+
with:
50+
components: clippy, rustfmt
51+
4752
- name: Install Solana ${{ env.SOLANA_VERSION }}
4853
uses: solana-program/actions/install-solana@v1
4954
with:

0 commit comments

Comments
 (0)