Skip to content

Commit

Permalink
chore: add cargo clean step
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Sep 6, 2023
1 parent cbac9a1 commit f68093c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
run: rustup target add ${{ matrix.arch }}
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
cache-on-failure: false

- name: Run cargo clean
run: cargo clean

# ==============================
# Builds
Expand Down

0 comments on commit f68093c

Please sign in to comment.