Skip to content

Commit

Permalink
don't fail CI for cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Oct 17, 2024
1 parent 5ff82d8 commit 99cd4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
cargo-deny:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
Expand Down

0 comments on commit 99cd4b9

Please sign in to comment.