Skip to content

Commit db294c0

Browse files
committed
ci(fix): Install Rust toolchain for cargo-deny
1 parent 0e8787f commit db294c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
with:
6262
persist-credentials: false
63+
- uses: dtolnay/rust-toolchain@master
64+
with:
65+
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
6366
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
6467
with:
6568
command: check ${{ matrix.checks }}

0 commit comments

Comments
 (0)