Skip to content

Commit 35646bf

Browse files
committed
to remove: debug builds
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
1 parent c93fd43 commit 35646bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
shell: msys2 {0}
107107
run: |
108108
echo "${{ github.run_number }}" > .build_id
109-
mingw32-make sim
109+
mingw32-make V=1 sim
110110
111111
- name: Upload simulator artifact
112112
uses: actions/upload-artifact@v4
@@ -215,7 +215,7 @@ jobs:
215215
shell: msys2 {0}
216216
run: |
217217
echo "${{ github.run_number }}" > .build_id
218-
mingw32-make color-dm32-sim
218+
mingw32-make V=1 color-dm32-sim
219219
220220
- name: Upload color simulator artifact
221221
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)