Skip to content

Commit c26b91d

Browse files
fix: cargo-deny failure due to toolchain not installed (#4127)
example: https://github.com/dfinity/sdk/actions/runs/13636726972/job/38121248105?pr=4126
1 parent 426298f commit c26b91d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deny.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25+
- run: rm rust-toolchain.toml
2526
- uses: EmbarkStudios/cargo-deny-action@v1
2627
with:
2728
command: check bans licenses sources # skip advisories, which are handled by audit.yml

0 commit comments

Comments
 (0)