mirror of
https://github.com/codex-storage/codex-marketplace-ui.git
synced 2025-02-23 05:08:33 +00:00
Try to cache
This commit is contained in:
parent
c0f3aeb27d
commit
9fddd1f4f7
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user