We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25555f8 commit ad5b2eeCopy full SHA for ad5b2ee
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
+ cd lua-5.1.5 && make linux
20
21
- name: Get LPeg
22
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- cd lua-5.1.5; make PLAT=mingw
+ cd lua-5.1.5 && make generic
55
56
57
0 commit comments