Fix artifacts job in audit workflow
This commit is contained in:
parent
3408ab111f
commit
bb2f557d6a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue