Skip to content

Commit 755bff1

Browse files
committed
what about this
1 parent ad5b2ee commit 755bff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
1818
tar -xzf lua-5.1.5.tar.gz
19-
cd lua-5.1.5 && make linux
19+
cd lua-5.1.5/src && make liblua.a MYCFLAGS=-DLUA_USE_POSIX
2020
2121
- name: Get LPeg
2222
run: |
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
curl -L -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
5353
tar -xzf lua-5.1.5.tar.gz
54-
cd lua-5.1.5 && make generic
54+
cd lua-5.1.5/src && make liblua.a
5555
5656
- name: Get LPeg
5757
run: |

0 commit comments

Comments
 (0)