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 0e8787f commit db294c0Copy full SHA for db294c0
.github/workflows/build.yml
@@ -60,6 +60,9 @@ jobs:
60
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
with:
62
persist-credentials: false
63
+ - uses: dtolnay/rust-toolchain@master
64
+ with:
65
+ toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
66
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
67
68
command: check ${{ matrix.checks }}
0 commit comments