CI: add version to cache key for libpack/ccache download actions for win

This commit is contained in:
Adrián Insaurralde Avalos
2024-09-10 17:42:26 -04:00
committed by Adrian Insaurralde Avalos
parent bc815fd244
commit dafc018b68
2 changed files with 2 additions and 2 deletions
@@ -59,7 +59,7 @@ runs:
id: getCached
with:
path: ${{ inputs.ccachebindir }}
key: ccacheforwin
key: ccacheforwin-${{ inputs.ccacheversion }}
- name: Download ccache
shell: bash
if: steps.getCached.outputs.cache-hit != 'true'
@@ -59,7 +59,7 @@ runs:
id: getCached
with:
path: ${{ inputs.libpackdir }}
key: libpackforwin
key: libpackforwin-${{ inputs.libpackname }}
- name: Download libpack
shell: bash
if: steps.getCached.outputs.cache-hit != 'true'