Skip to content

Commit

Permalink
Fix broken darwin brew cache
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Oct 22, 2024
1 parent ac66b13 commit c4231e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
name: Darwin Go ${{ matrix.go }} ${{ join(matrix.runs-on, ' ') }}
steps:
- run: rm -rf /Users/admin/Library/Caches/Homebrew/downloads/*
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit c4231e6

Please sign in to comment.