Skip to content

Commit ad18ab1

Browse files
committed
ci: build: set ccache-cache-key
Set ccache-cache-key to matrix.os so that the action holds and restores caches effectively. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent ca6d1b1 commit ad18ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
app-path: example-application
3131
toolchains: arm-zephyr-eabi
32+
ccache-cache-key: ${{ matrix.os }}
3233

3334
- name: Build firmware
3435
working-directory: example-application

0 commit comments

Comments
 (0)