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 12:13:30 -04:00
committed by Adrián Insaurralde Avalos
parent c5507a6df4
commit 305e94e493
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'