mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Include build type in ccache key
This should lead to better cache utilisation, smaller caches
This commit is contained in:
parent
bcbe61c882
commit
af19d81806
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
if: runner.os == 'Linux'
|
||||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.enable_ui }}
|
||||
key: ${{ matrix.os }}-${{ matrix.enable_ui }}-${{ matrix.build_type }}
|
||||
- uses: turtlesec-no/get-ninja@main
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
if: runner.os == 'Windows'
|
||||
|
Loading…
Reference in New Issue
Block a user