From ba100596da3d1378c8db2b2457612252ccfaefa3 Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Mon, 7 Mar 2022 18:19:09 +0100 Subject: [PATCH] chore(CI): update KeySetCache --- .github/workflows/continuous-integration.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c93520806..16879b3cf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -51,7 +51,7 @@ jobs: with: path: ${{ github.workspace }}/KeySetCache # actions/cache does not permit to update a cache entry - key: ${{ runner.os }}-KeySetCache-2022-02-17 + key: Linux-KeySetCache-2022-02-28 - name: Build and test compiler if: ${{ matrix.compiler == 'gcc7' }} @@ -182,7 +182,8 @@ jobs: uses: actions/cache@v2 with: path: ${{ steps.tmpdir-path.outputs.TMPDIR_PATH }}/KeySetCache - key: ${{ runner.os }}-KeySetCache-2022-03-03-7pm + # The cache is not specific to Linux and can be used on MacOS + key: Linux-KeySetCache-2022-02-28 # We do run test-check as part of the build, as they aren't that costly # and will at least give minimum confidence that the compiler works in PRs @@ -220,7 +221,7 @@ jobs: with: path: ${{ github.workspace }}/KeySetCache # actions/cache does not permit to update a cache entry - key: ${{ runner.os }}-KeySetCache-2022-02-17 + key: Linux-KeySetCache-2022-02-28 - name: Build and test compiler (dataflow) uses: addnab/docker-run-action@v3