File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,8 @@ jobs:
109109 shell : msys2 {0}
110110 run : |
111111 export PATH="/d/a/db48x/Qt/6.7.3/mingw_64/bin:/d/a/db48x/Qt/Tools/mingw1120_64/bin:$PATH"
112- export PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"
113112 echo "${{ github.run_number }}" > .build_id
114- mingw32-make sim
113+ mingw32-make V=1 sim
115114
116115 - name : Upload simulator artifact
117116 uses : actions/upload-artifact@v4
@@ -223,9 +222,8 @@ jobs:
223222 shell : msys2 {0}
224223 run : |
225224 export PATH="/d/a/db48x/Qt/6.7.3/mingw_64/bin:/d/a/db48x/Qt/Tools/mingw1120_64/bin:$PATH"
226- export PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"
227225 echo "${{ github.run_number }}" > .build_id
228- mingw32-make color-dm32-sim
226+ mingw32-make V=1 color-dm32-sim
229227
230228 - name : Upload color simulator artifact
231229 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments