ci: Fix OS/2 building.

Copy and pasted from SDL a little too quickly.  :)
This commit is contained in:
Ryan C. Gordon 2022-04-16 11:30:19 -04:00
parent b975bb679b
commit 3a3c552e50
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 3 additions and 4 deletions

View File

@ -10,13 +10,12 @@ jobs:
- uses: open-watcom/setup-watcom@v0
- name: Build SDL2
run: |
cd src
wmake -f Makefile.os2
- name: Build tests
run: |
cd test && wmake -f Makefile.os2
cd ..
- name: distclean
run: |
cd src
wmake -f Makefile.os2 distclean
cd test && wmake -f Makefile.os2 distclean
cd ..