Skip to content

Commit

Permalink
continuing win-server build
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Aug 12, 2024
1 parent 0261ae9 commit d942c72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
- name: compile mec
shell: cmd
run: |
PATH=%CD%\mingw32\bin;%PATH%
gcc --version
ld --version
mingw32-make -f win32winlibs.gmk mec
- name: compile mew
shell: cmd
run: |
PATH=%CD%\mingw32\bin;%PATH%
mingw32-make -f win32winlibs.gmk mew
Expand Down

0 comments on commit d942c72

Please sign in to comment.