From f72b08ff7ea8ee6a718a50d61ec0c1f235dbf6c5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 5 Jul 2023 14:31:42 +1000 Subject: [PATCH] try to use ming64 --- .github/workflows/testsuite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 7d2476153857..d68876e3e2f5 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -523,14 +523,14 @@ jobs: - uses: actions/checkout@v3 - name: Set up Perl build environment run: | + # only used for gmake for now, hopefully that will change # skip installing perl if it is already installed. if (!(Test-Path "C:\strawberry\perl\bin")) { choco install strawberryperl } echo @" + C:\mingw64 C:\strawberry\c\bin - C:\strawberry\perl\site\bin - C:\strawberry\perl\bin "@ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Host perl -V @@ -541,7 +541,7 @@ jobs: shell: cmd run: | cd win32 - gmake CCHOME=C:\strawberry\c CFG=Debug -f GNUMakefile -j2 + gmake CCHOME=C:\mingw64 CFG=Debug -f GNUMakefile -j2 - name: Show Config shell: cmd run: | @@ -552,7 +552,7 @@ jobs: run: | cd win32 set HARNESS_OPTIONS=j2 - gmake CCHOME=C:\strawberry\c CFG=Debug -f GNUMakefile test + gmake CCHOME=C:\mingw64 CFG=Debug -f GNUMakefile test # _ # ___ _ _ __ ___ _(_)_ __