mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Install CCache in CI
This commit is contained in:
parent
593bc8db0e
commit
1f7c985735
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
if: runner.os == 'Linux'
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.enable_ui }}
|
||||
- uses: seanmiddleditch/gha-setup-ninja@master
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
if: runner.os == 'Windows'
|
||||
|
Loading…
Reference in New Issue
Block a user