Skip to content

Commit 81cd056

Browse files
committed
Update Rust toolchain step on CI
1 parent ea3f817 commit 81cd056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
uses: actions/checkout@v2
2121
with:
2222
submodules: true
23+
- name: Update Rust toolchain
24+
run: |
25+
rustup update stable
26+
rustup default stable
27+
rustup component add rustfmt clippy
2328
- name: Install Miri
2429
run: |
2530
rustup toolchain install nightly --component miri

0 commit comments

Comments
 (0)