We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3f817 commit 789fdd0Copy full SHA for 789fdd0
1 file changed
.github/workflows/main.yaml
@@ -20,6 +20,10 @@ jobs:
20
uses: actions/checkout@v2
21
with:
22
submodules: true
23
+ - name: Update Rust toolchain
24
+ run: |
25
+ rustup update stable
26
+ rustup default stable
27
- name: Install Miri
28
run: |
29
rustup toolchain install nightly --component miri
0 commit comments