Signed-off-by: Martin Storsjö <mar...@martin.st>
---
 .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
-- 
2.43.0



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to