Skip to content

Commit e75f280

Browse files
committed
add clear cache
1 parent c445556 commit e75f280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
steps:
168168
- name: Checkout
169169
uses: actions/checkout@v4
170-
170+
- name: Clear cache
171+
run: |
172+
rm -rf ~/.cache
171173
- name: Compile production provisioning sketch
172174
uses: arduino/compile-sketches@v1
173175
with:

0 commit comments

Comments
 (0)