Skip to content

Commit 9169c43

Browse files
committed
ci(buildbase): restore debug-only build and remove ccache restore-keys
1 parent ea9e274 commit 9169c43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/buildbase/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ runs:
2525
max-size: 800M
2626
save: ${{inputs.save_cache}}
2727
key: ${{inputs.os}}
28-
# With append-timestamp (default true), saved key becomes os-<timestamp>; restore-keys enables prefix match on restore
29-
restore-keys: |
30-
${{ inputs.os }}
3128

3229
- name: Build project
3330
shell: bash
3431
run: |
3532
bash build.sh debug -DOB_USE_CCACHE=ON
3633
ccache -z
37-
cd build_release && make -j4
34+
cd build_debug && make -j4
3835
ccache -s

0 commit comments

Comments
 (0)