GitHub: Disable ccache on macOS builds.

This commit is contained in:
Unknown W. Brackets 2023-09-05 20:41:13 -07:00
parent 953d97b54a
commit cbf076feea

View File

@ -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 }}