Skip to content

Commit 30542da

Browse files
committed
add clean command for compile
1 parent c51f21b commit 30542da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
enable-deltas-report: "true"
184184
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
185185
cli-compile-flags: |
186+
- --clean
186187
- --verbose
187188
- --output-dir
188189
- ${{ runner.temp }}/provisioning-prod
@@ -202,6 +203,7 @@ jobs:
202203
enable-deltas-report: "true"
203204
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
204205
cli-compile-flags: |
206+
- --clean
205207
- --verbose
206208
- --build-property
207209
- "build.extra_flags=-DCOMPILE_TEST=1"

0 commit comments

Comments
 (0)