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 65f4d4c commit 0261ae9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
run: |
mingw32-make -f win32winlibs.gmk bfs/exe
- name: compile mew
- name: compile mec
shell: cmd
run: |
mingw32-make -f win32winlibs.gmk mew
gcc --version
ld --version
mingw32-make -f win32winlibs.gmk mec
- name: compile mec
- name: compile mew
shell: cmd
run: |
mingw32-make -f win32winlibs.gmk mec
mingw32-make -f win32winlibs.gmk mew
Expand Down

0 comments on commit 0261ae9

Please sign in to comment.