We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9e274 commit 9169c43Copy full SHA for 9169c43
.github/workflows/buildbase/action.yml
@@ -25,14 +25,11 @@ runs:
25
max-size: 800M
26
save: ${{inputs.save_cache}}
27
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 }}
31
32
- name: Build project
33
shell: bash
34
run: |
35
bash build.sh debug -DOB_USE_CCACHE=ON
36
ccache -z
37
- cd build_release && make -j4
+ cd build_debug && make -j4
38
ccache -s
0 commit comments