mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(ci): Refresh keyset cache
This commit is contained in:
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user