mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Readd Homebrew Cache (used to be on Cirrus), silence more warnings
This commit is contained in:
parent
aeafbfa2e1
commit
55aaffb7b3
3 changed files with 10 additions and 0 deletions
8
.github/workflows/rpcs3.yml
vendored
8
.github/workflows/rpcs3.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue