Readd Homebrew Cache (used to be on Cirrus), silence more warnings

This commit is contained in:
schm1dtmac 2025-05-31 15:47:17 +01:00 committed by Ani
parent aeafbfa2e1
commit 55aaffb7b3
3 changed files with 10 additions and 0 deletions

View file

@ -144,6 +144,14 @@ jobs:
restore-keys: |
${{ runner.os }}-ccache-${{ matrix.name }}-
- name: Setup Homebrew Cache
uses: actions/cache@main
with:
path: "~/Library/Caches/Homebrew"
key: ${{ runner.os }}-homebrew-${{ matrix.name }}
restore-keys: |
${{ runner.os }}-homebrew-${{ matrix.name }}
- name: Setup Qt Cache
uses: actions/cache@main
with: