Skip to content

Commit 7f75814

Browse files
committed
fix(ci): force arduino-cli to clean cache
issue with new 0.32.x version Signed-off-by: Frederic Pillon <[email protected]>
1 parent e7dd789 commit 7f75814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CI/build/arduino-cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ def genBasicCommand(b_name):
709709
cmd.append(build_output_dir / b_name)
710710
cmd.append("--build-cache-path")
711711
cmd.append(build_output_cache_dir)
712+
cmd.append("--clean")
712713
if args.verbose:
713714
cmd.append("--verbose")
714715
cmd.append("--output-dir")

0 commit comments

Comments
 (0)