Skip to content

Commit

Permalink
fix: okay apparently it's not my fault cross-rs/cross#724
Browse files Browse the repository at this point in the history
  • Loading branch information
newtykip authored Jul 17, 2023
1 parent ba8e4ea commit 2bd8101
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross
if: ${{ matrix.platform.cross }}

- name: Clean the target directory
run: cargo clean
if: ${{ matrix.platform.cross }}

- name: Build binary (*nix)
shell: bash
Expand Down

0 comments on commit 2bd8101

Please sign in to comment.