mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
GitHub: Disable ccache on macOS builds.
This commit is contained in:
parent
953d97b54a
commit
cbf076feea
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -229,6 +229,8 @@ jobs:
|
||||
|
||||
- name: Setup ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
# Disable ccache on macos for now, it's become buggy for some reason.
|
||||
if: matrix.id != 'macos'
|
||||
with:
|
||||
key: ${{ matrix.id }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user