Skip to content

Commit

Permalink
Cs
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Aug 28, 2024
1 parent d374d22 commit 9393e4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Clear homebrew cache
run: brew cleanup && rm -rf $(brew --cache)
run: |
brew cleanup
rm -rf $(brew --cache)
- name: Update homebrew
run: |
Expand Down Expand Up @@ -136,7 +138,9 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Clear homebrew cache
run: brew cleanup && rm -rf $(brew --cache)
run: |
brew cleanup
rm -rf $(brew --cache)
- name: Update homebrew
run: |
Expand Down

0 comments on commit 9393e4a

Please sign in to comment.