Skip to content

Commit ad5b2ee

Browse files
committed
blip
1 parent 25555f8 commit ad5b2ee

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
19+
cd lua-5.1.5 && make linux
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 PLAT=mingw
54+
cd lua-5.1.5 && make generic
5555
5656
- name: Get LPeg
5757
run: |

0 commit comments

Comments
 (0)