We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5b2ee commit 755bff1Copy full SHA for 755bff1
1 file changed
.github/workflows/binaries.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
curl -L -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
18
tar -xzf lua-5.1.5.tar.gz
19
- cd lua-5.1.5 && make linux
+ cd lua-5.1.5/src && make liblua.a MYCFLAGS=-DLUA_USE_POSIX
20
21
- name: Get LPeg
22
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- cd lua-5.1.5 && make generic
+ cd lua-5.1.5/src && make liblua.a
55
56
57
0 commit comments