Skip to content

Commit

Permalink
Include build type in ccache key
Browse files Browse the repository at this point in the history
This should lead to better cache utilisation, smaller caches
  • Loading branch information
janisozaur authored and dacap committed Sep 25, 2023
1 parent bcbe61c commit af19d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit af19d81

Please sign in to comment.