Skip to content

Commit

Permalink
Fix artifacts job in audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 11, 2023
1 parent 3408ab1 commit bb2f557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
- name: Install cargo-outdated
run: cargo install cargo-outdated
- uses: actions/checkout@master
- name: Delete `web-sys` dependency from `integration` example
run: sed '$d' examples/integration/Cargo.toml
- name: Find outdated dependencies
run: cargo outdated --workspace --exit-code 1

0 comments on commit bb2f557

Please sign in to comment.