mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
try to build lua
This commit is contained in:
parent
3d5b9ce007
commit
4c6eb918eb
1
.github/workflows/windows_exe.yml
vendored
1
.github/workflows/windows_exe.yml
vendored
@ -21,6 +21,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
|
||||
|
||||
- name: List Files
|
||||
run: Get-ChildItem
|
||||
|
Loading…
Reference in New Issue
Block a user