File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- name : Configure
14
14
shell : bash
15
15
run : |
16
- mkdir -p ../ build
17
- rm -rf ../ build/*
16
+ mkdir -p build
17
+ rm -rf build/*
18
18
cmake --preset release-test-with-ccache-basedir-${{ inputs.compiler }}
19
19
- name : Build
20
20
shell : bash
Original file line number Diff line number Diff line change 57
57
uses : actions/cache/restore@v4
58
58
with :
59
59
path : ~/.ccache
60
- key : ubuntu-22.04-ccache-${{ matrix.compiler }}-${{steps.ccache_cache_timestamp.outputs.timestamp }}
60
+ key : ubuntu-22.04-ccache-${{ matrix.compiler }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
61
61
restore-keys : |
62
62
ubuntu-22.04-ccache-${{ matrix.compiler }}-
63
63
- name : Build
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
uses : actions/cache/restore@v4
107
107
with :
108
108
path : ~/.ccache
109
- key : ubuntu-22.04-ccache-${{ matrix.compiler }}-${{steps.ccache_cache_timestamp.outputs.timestamp }}
109
+ key : ubuntu-22.04-ccache-${{ matrix.compiler }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
110
110
restore-keys : |
111
111
ubuntu-22.04-ccache-${{ matrix.compiler }}-
112
112
- name : Build
You can’t perform that action at this time.
0 commit comments