Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 26, 2024
1 parent 5d4065d commit 26363e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ jobs:
- uses: actions/checkout@v4
- uses: open-watcom/setup-watcom@v0
with:
version: "1.9"
version: "2.0"
- name: 'Patch makefile for OpenWatcom'
run: |
find ~/watcom -name 'wild*'
sed -Ei -e '/Open Watcom/,/^$/s/^#([^ ])/\1/' -e 's/\.obj/.o/g' makefile.dos
- name: 'Compile with OpenWatcom for x86'
run: wmake -f makefile.dos EXTRAOBJS= IGNOREME=wildargv.c
run: wmake -f makefile.dos EXTRAOBJS=watcom/src/startup/wildargv.c
- name: 'Strip binary'
run: wstrip fvcbm.exe
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 26363e8

Please sign in to comment.