From 9df379d72b6ad164c3ebc6deddbd3e9cd81f4962 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 16 Feb 2022 17:35:07 +0100 Subject: [PATCH] chore(ci): Refresh keyset cache --- .github/workflows/continuous-integration.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 15bc9d576..e65e622ba 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -51,9 +51,7 @@ jobs: with: path: ${{ github.workspace }}/KeySetCache # actions/cache does not permit to update a cache entry - key: ${{ runner.os }}-KeySetCache-2021-12-02 - restore-keys: | - ${{ runner.os }}-KeySetCache- + key: ${{ runner.os }}-KeySetCache-2022-02-17 - name: Build and test compiler if: ${{ matrix.compiler == 'gcc7' }} @@ -171,9 +169,7 @@ jobs: with: path: ${{ github.workspace }}/KeySetCache # actions/cache does not permit to update a cache entry - key: ${{ runner.os }}-KeySetCache-2021-12-02 - restore-keys: | - ${{ runner.os }}-KeySetCache- + key: ${{ runner.os }}-KeySetCache-2022-02-17 - name: Build and test compiler (dataflow) uses: addnab/docker-run-action@v3