mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Use ccache on macOS
Originally (#2699) ccache was only enable for Linux due to suspiciously low macOS yields. I have addressed the likely issue upstream (https://github.com/hendrikmuhs/ccache-action/pull/147) and ccache can be used on macOS now as well.
This commit is contained in:
parent
af19d81806
commit
19b54ffd4e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
if: runner.os == 'Linux'
|
||||
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.enable_ui }}-${{ matrix.build_type }}
|
||||
- uses: turtlesec-no/get-ninja@main
|
||||
|
Loading…
Reference in New Issue
Block a user