Skip to content

Commit

Permalink
ci: Add linux_ubuntu_extra matrix image to ccache key (#1336)
Browse files Browse the repository at this point in the history
I forgot to use different keys for the matrix job in `linux_ubuntu_extra`. This PR adds that.
  • Loading branch information
paulgessinger committed Jul 22, 2022
1 parent ca904fa commit 0fd1e89
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 @@ -292,9 +292,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 0fd1e89

Please sign in to comment.