diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 0b346e6..1b228e5 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -64,6 +64,7 @@ jobs: with: path: | ~/Library/Caches/Homebrew + /usr/local/Caskroom key: brew-${{ hashFiles('./Brewfile') }} restore-keys: brew- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed26314..7514a78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,9 @@ jobs: - name: Restore Homebrew cache uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0 with: - path: ~/Library/Caches/Homebrew + path: | + ~/Library/Caches/Homebrew + /usr/local/Caskroom key: brew-${{ hashFiles('./Brewfile') }} - name: Update Homebrew