mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
fix invalid platform type on linux build
This commit is contained in:
parent
1affa0abf6
commit
fa104985a6
2
.github/workflows/binaries.yml
vendored
2
.github/workflows/binaries.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
run: |
|
||||
curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
|
||||
tar -xZf lua-5.1.5.tar.gz
|
||||
cd lua-5.1.5; make PLAT=mingw
|
||||
cd lua-5.1.5; make
|
||||
|
||||
- name: Get LPeg
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user