diff --git a/.github/actions/setup-caches/action.yml b/.github/actions/setup-caches/action.yml index ad8926ef..efa648e9 100644 --- a/.github/actions/setup-caches/action.yml +++ b/.github/actions/setup-caches/action.yml @@ -28,18 +28,6 @@ runs: if: ${{ runner.os != 'Windows' }} # TODO windows - ################ - # Homebrew Cache - - name: Setup homebrew cache - uses: actions/cache@v4 - with: - path: | - ~/Library/Caches/Homebrew/* - ~/Library/Caches/Homebrew/downloads/* - key: brew-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }} - restore-keys: brew-${{ runner.os }}-${{ runner.arch }}- - if: ${{ runner.os == 'macOS' }} - ################ # vcpkg Cache - name: Setup vcpkg cache in shell