Skip to content

Commit

Permalink
Add cargo clean to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Oct 14, 2024
1 parent 5d12aca commit 48ef9bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
- name: Log ffmpeg version
run: ffmpeg -version

- name: Cargo clean
run: cargo clean

- name: Build MacOS Apps
working-directory: apps/desktop
run: |
Expand Down

0 comments on commit 48ef9bd

Please sign in to comment.