mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
fetch binary deps
This commit is contained in:
parent
da1b28b1da
commit
ce3a3f8bd9
10
.github/workflows/windows_exe.yml
vendored
10
.github/workflows/windows_exe.yml
vendored
@ -23,6 +23,16 @@ jobs:
|
||||
tar -xZf lua-5.1.5.tar.gz
|
||||
cd lua-5.1.5; make PLAT=mingw
|
||||
|
||||
- name: Get LPeg
|
||||
run: |
|
||||
curl -o lpeg.tar.gz http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
|
||||
tar -xZf lpeg.tar.gz
|
||||
|
||||
- name: Get Luafilesystem
|
||||
run: |
|
||||
curl -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz
|
||||
tar -xZf luafilesystem.tar.gz
|
||||
|
||||
- name: List Files
|
||||
run: Get-ChildItem -Recurse
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user