Skip to content

Commit fc5186e

Browse files
committed
Use PATCH.LUA in CI.
1 parent 913f806 commit fc5186e

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
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Patch Lua Source Code for Open Watcom
5555
run: |
56-
patch -p0 -i lua.pat
56+
lua demo/xtra/PATCH.LUA lua.pat
5757
5858
- name: Check GCC can build Lua after patches
5959
run: |

0 commit comments

Comments
 (0)