Skip to content

Commit

Permalink
try to use ming64
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 5, 2023
1 parent 0bde242 commit f72b08f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.yml
Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -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
# _
# ___ _ _ __ ___ _(_)_ __
Expand Down

0 comments on commit f72b08f

Please sign in to comment.