From ad18ab1e47c2e6d8115174969408c7c131617340 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 9 Sep 2025 09:39:31 +0000 Subject: [PATCH] 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 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e6bd447..159096bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: with: app-path: example-application toolchains: arm-zephyr-eabi + ccache-cache-key: ${{ matrix.os }} - name: Build firmware working-directory: example-application