Run sed with -i option in artifacts job
This commit is contained in:
parent
bb2f557d6a
commit
ef015a5e72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
run: cargo install cargo-outdated
|
||||
- uses: actions/checkout@master
|
||||
- name: Delete `web-sys` dependency from `integration` example
|
||||
run: sed '$d' examples/integration/Cargo.toml
|
||||
run: sed -i '$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