Skip to content

Commit fa10498

Browse files
committed
fix invalid platform type on linux build
1 parent 1affa0a commit fa10498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -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 PLAT=mingw
19+
cd lua-5.1.5; make
2020
2121
- name: Get LPeg
2222
run: |

0 commit comments

Comments
 (0)