Skip to content

Commit d50d8b2

Browse files
committed
add make clean "test coverage"
1 parent 41dcc90 commit d50d8b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build macOS (x86_64 + arm64)
2424
run: |
2525
cd MacOS
26+
make clean
2627
make
2728
2829
- name: Upload macOS build artifact
@@ -52,6 +53,7 @@ jobs:
5253
shell: cmd
5354
run: |
5455
cd Windows
56+
nmake clean
5557
nmake
5658
5759
- name: Upload Windows build artifact

0 commit comments

Comments
 (0)