Skip to content

Commit

Permalink
Set Watcom include path based on the relative variable in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lethja committed Apr 6, 2024
1 parent abdd1af commit b41cbbe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/LuaWatcom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ jobs:
- name: Build Lua for DOS 16-bit
run: |
export INCLUDE=$WATCOM/h
wmake -f watcom_l.mak
wmake -f watcom_l.mak clean
env:
INCLUDE: /root/watcom/h
- name: Build Lua for DOS4GW
run: |
export INCLUDE=$WATCOM/h
wmake -f watcom_f.mak
wmake -f watcom_f.mak clean
env:
INCLUDE: /root/watcom/h
- name: UPX Binary Compression
uses: crazy-max/ghaction-upx@v3
Expand All @@ -64,7 +62,7 @@ jobs:
- name: Copy DOS4GW Binary
run: |
cp /root/watcom/binw/dos4gw.exe dist/bin/
cp $WATCOM/binw/dos4gw.exe dist/bin/
- name: Install Post Build Tools (Dos2unix, GNU Mtools, Zip)
run: |
Expand Down

0 comments on commit b41cbbe

Please sign in to comment.