File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 44
44
uses : actions/cache@v4
45
45
with :
46
46
path : /home/runner/.ccache
47
- save-always : true
48
47
key : ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
49
48
50
49
- name : Configure tests
Original file line number Diff line number Diff line change 48
48
uses : actions/cache@v4
49
49
with :
50
50
path : /home/runner/.ccache
51
- save-always : true
52
51
key : ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
53
52
54
53
- name : Configure tests
Original file line number Diff line number Diff line change 50
50
uses : actions/cache@v4
51
51
with :
52
52
path : /home/runner/.ccache
53
- save-always : true
54
53
key : ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
55
54
56
55
- name : Configure tests
You can’t perform that action at this time.
0 commit comments