Try to cache

This commit is contained in:
Arnaud 2024-10-11 15:46:12 +02:00
parent c0f3aeb27d
commit 9fddd1f4f7
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -47,7 +47,7 @@ jobs:
- name: Cache circuits
id: cache-circuits
uses: actions/cache@v4
uses: actions/cache/save@v4
with:
path: datadir/circuits
key: ${{ env.circuit_version }}-circuits
@ -72,7 +72,7 @@ jobs:
- name: Cache codex
id: cache-codex
uses: actions/cache@v4
uses: actions/cache/save@v4
with:
path: codex-${{ env.codex_version }}-${{ env.RUNNER_OS }}-${{ env.RUNNER_ARCH }}
key: ${{ env.codex_version }}-codex