mirror of https://github.com/aseprite/aseprite.git
[ci] Update ccache action
This commit is contained in:
parent
56651c6bff
commit
6c69840184
|
@ -45,7 +45,7 @@ jobs:
|
||||||
unzip Skia-Linux-Release-x64.zip -d skia
|
unzip Skia-Linux-Release-x64.zip -d skia
|
||||||
fi
|
fi
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1.2.17
|
||||||
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
|
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-${{ matrix.ui }}-${{ matrix.scripting }}-${{ matrix.build_type }}
|
key: ${{ matrix.os }}-${{ matrix.ui }}-${{ matrix.scripting }}-${{ matrix.build_type }}
|
||||||
|
|
Loading…
Reference in New Issue