Skip to content

Commit

Permalink
RM homebrew cache with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Sep 23, 2024
1 parent fa26590 commit add4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/supercollider/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
restore-keys: homebrew-${{ runner.os }}-
- name: '[macOS] Cleanup Homebrew'
if: runner.os == 'macOS' && !steps.cache-homebrew.outputs.cache-hit
run: rm -rf $(brew --cache)
run: sudo rm -rf $(brew --cache)
shell: bash
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
Expand Down

0 comments on commit add4cc3

Please sign in to comment.