File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ jobs:
1515 - name : Setup Lua
1616 run : |
1717 curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
18- tar -xZf lua-5.1.5.tar.gz
18+ tar -xzf lua-5.1.5.tar.gz
1919 cd lua-5.1.5; make
2020
2121 - name : Get LPeg
2222 run : |
2323 curl -o lpeg.tar.gz http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
24- tar -xZf lpeg.tar.gz
24+ tar -xzf lpeg.tar.gz
2525
2626 - name : Get Luafilesystem
2727 run : |
2828 curl -L -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz
29- tar -xZf luafilesystem.tar.gz
29+ tar -xzf luafilesystem.tar.gz
3030
3131 - name : Build
3232 run : gcc -o moon '-Ilua-5.1.5/src/' bin/binaries/moon.c lpeg-1.0.2/lpvm.c lpeg-1.0.2/lpcap.c lpeg-1.0.2/lptree.c lpeg-1.0.2/lpcode.c lpeg-1.0.2/lpprint.c
@@ -48,18 +48,18 @@ jobs:
4848 - name : Setup Lua
4949 run : |
5050 curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
51- tar -xZf lua-5.1.5.tar.gz
51+ tar -xzf lua-5.1.5.tar.gz
5252 cd lua-5.1.5; make PLAT=mingw
5353
5454 - name : Get LPeg
5555 run : |
5656 curl -o lpeg.tar.gz http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
57- tar -xZf lpeg.tar.gz
57+ tar -xzf lpeg.tar.gz
5858
5959 - name : Get Luafilesystem
6060 run : |
6161 curl -L -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz
62- tar -xZf luafilesystem.tar.gz
62+ tar -xzf luafilesystem.tar.gz
6363
6464 - name : List Files
6565 run : Get-ChildItem -Recurse
You can’t perform that action at this time.
0 commit comments