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 54a5edf commit c18f8d1Copy full SHA for c18f8d1
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
awk -F'[ ="]+' '$1 == "channel" { print "toolchain=" $2 }' rust-toolchain.toml >> "$GITHUB_OUTPUT"
31
32
- - uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
+ - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
33
with:
34
toolchain: ${{ steps.toolchain.outputs.toolchain }}
35
targets: i686-unknown-linux-gnu
0 commit comments