Skip to content

Commit

Permalink
remove --manifest-path argument from cargo deny CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed May 16, 2024
1 parent e6fb359 commit 46d0433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: '--manifest-path ./Cargo.toml'
command: check ${{ matrix.checks }}

linux:
Expand Down

0 comments on commit 46d0433

Please sign in to comment.