Commit 82552d3d authored by Jerome Wu's avatar Jerome Wu

Update cache key and restore-keys

parent fa1c82a5
......@@ -47,9 +47,9 @@ jobs:
path: |
build
wasm/cache
key: $CACHE_KEY_PREFIX-$GITHUB_JOB
key: ${{ env.CACHE_KEY_PREFIX }}-${{ matrix.script }}
restore-keys: |
$CACHE_KEY_PREFIX-
${{ env.CACHE_KEY_PREFIX }}-
- name: List cached libs
run: ls build/lib || true
- name: Build FFMpeg Libs
......@@ -67,9 +67,9 @@ jobs:
path: |
build
wasm/cache
key: $CACHE_KEY_PREFIX-$GITHUB_JOB
key: ${{ env.CACHE_KEY_PREFIX }}-ffmpeg
restore-keys: |
$CACHE_KEY_PREFIX-
${{ env.CACHE_KEY_PREFIX }}-
- name: List cached libs
run: ls build/lib || true
- name: Build FFMpeg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment