From 92ac010dcd0e828597328da883d62101b7b6424e Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 8 Jun 2023 13:44:09 -0700 Subject: [PATCH] revert the cache key name for matrix builds we're well past the cache migration where that was necessary --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aed03c17..c0b621c4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,10 +65,10 @@ jobs: uses: actions/cache@v3 with: path: ~/.ccache - key: ccache-v2-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.ref_name }}-${{ github.sha }} + key: ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.ref_name }}-${{ github.sha }} restore-keys: | - ccache-v2-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.ref_name }} - ccache-v2-${{ matrix.os }}-gcc-${{ matrix.gcc }} + ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.ref_name }} + ccache-${{ matrix.os }}-gcc-${{ matrix.gcc }} # - name: Download DF # run: | # sh ci/download-df.sh