File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,24 @@ jobs:
36
36
# that comes from the checkout. See "prepare target_ws for cache" task below
37
37
- name : cache target_ws
38
38
if : ${{ ! matrix.env.CCOV }}
39
- uses : actions /cache@v4
39
+ uses : rhaschke /cache@main
40
40
with :
41
- save-always : true
42
41
path : ${{ env.BASEDIR }}/target_ws
43
42
key : target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
44
43
restore-keys : |
45
44
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
45
+ env :
46
+ GHA_CACHE_SAVE : always
46
47
- name : cache ccache
47
- uses : actions /cache@v4
48
+ uses : rhaschke /cache@main
48
49
with :
49
- save-always : true
50
50
path : ${{ env.CCACHE_DIR }}
51
51
key : ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
52
52
restore-keys : |
53
53
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
54
54
ccache-${{ env.CACHE_PREFIX }}-
55
+ env :
56
+ GHA_CACHE_SAVE : always
55
57
- name : industrial_ci
56
58
uses : ros-industrial/industrial_ci@master
57
59
env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments