We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4d12a commit b9200b7Copy full SHA for b9200b7
.github/workflows/reusable-industrial-ci-with-cache.yml
@@ -66,14 +66,14 @@ jobs:
66
ref: ${{ inputs.ref_for_scheduled_build }}
67
- name: cache target_ws
68
if: ${{ ! matrix.env.CCOV }}
69
- uses: pat-s/always-upload-cache@v2.1.5
+ uses: pat-s/always-upload-cache@v3.0.11
70
with:
71
path: ${{ env.BASEDIR }}/target_ws
72
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
73
restore-keys: |
74
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
75
- name: cache ccache
76
77
78
path: ${{ env.CCACHE_DIR }}
79
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
0 commit comments