Skip to content

Commit

Permalink
[DELETE] Homebrew cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalehchylin committed Jun 6, 2024
1 parent 72cbe93 commit 1ac727a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.5.2

- name: Homebrew Cache
uses: actions/cache@v3.3.1
with:
path: ~/Library/Caches/Homebrew
key: ${{ runner.os }}-homebrew-${{ hashFiles('./homebrew.lock.json') }}
restore-keys: |
${{ runner.os }}-homebrew-
- name: Setup Xamarin
run: |
brew install --cask xamarin-ios
Expand Down

0 comments on commit 1ac727a

Please sign in to comment.