Skip to content

Commit 8122d4f

Browse files
committed
ci: add zig v8 version into the cache key
1 parent 7f08d08 commit 8122d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
cache-name: cache-v8
4848
with:
4949
path: ${{ inputs.cache-dir }}/v8
50-
key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}.a
50+
key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}_{{ inputs.zig-v8 }}.a
5151

5252
- if: ${{ steps.cache-v8.outputs.cache-hit != 'true' }}
5353
shell: bash

0 commit comments

Comments
 (0)