[ci] Update ccache action

This commit is contained in:
David Capello 2025-02-10 18:06:35 -03:00
parent 56651c6bff
commit 6c69840184
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
unzip Skia-Linux-Release-x64.zip -d skia
fi
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.17
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
with:
key: ${{ matrix.os }}-${{ matrix.ui }}-${{ matrix.scripting }}-${{ matrix.build_type }}