From e450072f4585f60e9d25e240117f7ee0d6299198 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 16 Oct 2024 20:56:32 +0200 Subject: [PATCH] ci: add zig v8 version into the cache key --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 1f43069b..86e16cc4 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -47,7 +47,7 @@ runs: cache-name: cache-v8 with: path: ${{ inputs.cache-dir }}/v8 - key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}.a + key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}_${{ inputs.zig-v8 }}.a - if: ${{ steps.cache-v8.outputs.cache-hit != 'true' }} shell: bash