Skip to content

Commit 7a2391c

Browse files
committed
Remove OS/2 builds from the 1.4MB floppy disk image as they no longer fit on the disk.
1 parent 40300ab commit 7a2391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
export LD_PRELOAD=$(dpkg -L libfaketime | grep libfaketime.so.1)
163163
label="LUA MULTIOS"
164164
serial="0x$(echo "$label$FAKETIME" | sha256sum | cut -c1-8)"
165-
files=$(find dist/bin/*.ELF dist/bin/*.EXE scripts/meta/floppy/1440k/1/*.LUA | sort | xargs)
165+
files=$(find dist/bin/LUAUX.ELF dist/bin/LUA16.EXE dist/bin/LUA4G.EXE dist/bin/LUANT.EXE dist/bin/DOS4GW.EXE scripts/meta/floppy/1440k/1/*.LUA | sort | xargs)
166166
echo "Faketime: $FAKETIME"
167167
echo "Files: $files"
168168
echo "Label: $label"

0 commit comments

Comments
 (0)