在 2025-6-25 19:47, Martin Storsjö 写道:
Signed-off-by: Martin Storsjö <[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 2d4836454..59c532138 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -554,7 +554,7 @@ jobs: ref: 20250430 - name: Run tests run: | - g++ test/hello.c -o hello.exe + gcc test/hello.c -o hello.exe ./hello.exe gcc test/crt-test.c -o crt-test.exe ./crt-test.exe
LGTM. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
