Skip to content

Commit 29f2116

Browse files
yamtbtashton
authored andcommitted
Use testbuild -G ("git clean" instead of "make distclean")
1 parent fc5fc32 commit 29f2116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
with:
6868
run: |
6969
cd testing
70-
./cibuild.sh -x testlist/${{matrix.boards}}.dat
70+
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat

0 commit comments

Comments
 (0)