Skip to content

Commit

Permalink
Run sed with -i option in artifacts job
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 11, 2023
1 parent bb2f557 commit ef015a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef015a5

Please sign in to comment.