Skip to content

Commit 789fdd0

Browse files
committed
Update Rust toolchain step on CI
1 parent ea3f817 commit 789fdd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ 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
2327
- name: Install Miri
2428
run: |
2529
rustup toolchain install nightly --component miri

0 commit comments

Comments
 (0)