Skip to content

Commit

Permalink
ci: Add linux extra matrix image to ccache key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jul 22, 2022
1 parent 347101a commit 1c2cbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/ccache
key: ${{ runner.os }}-ccache-linux_ubuntu_extra_${{ env.CCACHE_KEY_SUFFIX }}_${{ github.sha }}
key: ${{ runner.os }}-ccache-linux_${{ matrix.image }}_${{ env.CCACHE_KEY_SUFFIX }}_${{ github.sha }}
restore-keys: |
${{ runner.os }}-ccache-linux_ubuntu_extra_${{ env.CCACHE_KEY_SUFFIX }}_
${{ runner.os }}-ccache-linux_${{ matrix.image }}_${{ env.CCACHE_KEY_SUFFIX }}_
- name: Configure
Expand Down

0 comments on commit 1c2cbb0

Please sign in to comment.