CI: add version to cache key for libpack/ccache download actions for win
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
c5507a6df4
commit
305e94e493
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user