Skip to content

Commit

Permalink
fix CCHOME some more
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 11, 2023
1 parent f090616 commit 2a599bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
shell: cmd
run: |
cd win32
gmake CCHOME=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin CFG=Debug -f GNUMakefile -j2
gmake CCHOME=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 CFG=Debug -f GNUMakefile -j2
- name: Show Config
shell: cmd
run: |
Expand All @@ -543,7 +543,7 @@ jobs:
run: |
cd win32
set HARNESS_OPTIONS=j2
gmake C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin CFG=Debug -f GNUMakefile test
gmake CCHOME=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 CFG=Debug -f GNUMakefile test
# _
# ___ _ _ __ ___ _(_)_ __
Expand Down

0 comments on commit 2a599bc

Please sign in to comment.