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.
2 parents 297e957 + 428bb3e commit e4cf56aCopy full SHA for e4cf56a
.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