We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c91c commit 428bb3eCopy full SHA for 428bb3e
.github/workflows/sysroots.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Build the sysroots
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Build the sysroots
18
run: |
19
cargo install -f rustup-toolchain-install-master
README.md
@@ -187,7 +187,7 @@ Here is an example job for GitHub Actions:
187
name: "Miri"
188
189
190
191
- name: Install Miri
192
193
rustup toolchain install nightly --component miri
0 commit comments