mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
GitHub: Disable ccache on macOS builds.
This commit is contained in:
parent
953d97b54a
commit
cbf076feea
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -229,6 +229,8 @@ jobs:
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
# Disable ccache on macos for now, it's become buggy for some reason.
|
||||||
|
if: matrix.id != 'macos'
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.id }}
|
key: ${{ matrix.id }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue