On Sat, 29 Aug 2026, LIU Hao wrote:
在 2026-8-29 17:39, LIU Hao 写道:
在 2026-8-29 12:09, Zhongteng Gui 写道:
Signed-off-by: Zhongteng Gui <[email protected]>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index addcd51f2..9fe2fa84e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -784,7 +784,7 @@ jobs:
mkdir build
cd build
../configure \
- --disable-dependency-tracking
+ --disable-dependency-tracking \
--prefix=/gcc-mingw/${{matrix.arch}}-w64-mingw32 \
--host=${{matrix.arch}}-w64-mingw32 \
--enable-silent-rules \
Did you make other modifications to build.yml before this patch?
Ahh I see, it was committed late yesterday. I have pushed this fix now.
Thanks for this, and sorry for the breakage. I must have missed it as I
was struggling with spurious failures on the gcc side of the CI, due to
downloading issues.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public