Skip to content

Commit

Permalink
don't rm
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Nov 1, 2023
1 parent 06e8e66 commit e2a4a6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
args: --release --workspace --examples

- name: Set debug to false
run: sed -i.bak 's/\[profile.dev\]/\[profile.dev\]\ndebug = false/' Cargo.toml && rm Cargo.toml.bak
run: >
sed -i.bak 's/\[profile.dev\]/\[profile.dev\]\ndebug = false/' Cargo.toml
git diff
- name: Run unit tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e2a4a6a

Please sign in to comment.