give test actions their own cache namespace

since they build a different subset from the package actions
develop
Myk Taylor 2023-07-29 01:03:29 -07:00
parent 88a46a1b5b
commit f65112f871
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -53,8 +53,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.ccache
key: ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.sha }}
key: ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}-test-${{ github.sha }}
restore-keys: |
ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}-test
ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}
# - name: Fetch DF cache
# uses: actions/cache@v3