Skip to content

Commit 310ca68

Browse files
committed
ci: disable ccache on build job
ccache takes a long time to save, almost as much as downloading the archive every time, so skip it.
1 parent 2ad3336 commit 310ca68

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
@@ -44,6 +44,7 @@ jobs:
4444
toolchains: arm-zephyr-eabi
4545
manifest-file-name: ${{ env.MODULE_PATH }}/west.yml
4646
west-project-filter: ${{ env.HAL_FILTER }}
47+
enable-ccache: false
4748

4849
- name: Add manifest path as module
4950
run: |

0 commit comments

Comments
 (0)