mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
syntax fix
This commit is contained in:
parent
d1b717d28a
commit
3d5b9ce007
7
.github/workflows/windows_exe.yml
vendored
7
.github/workflows/windows_exe.yml
vendored
@ -14,14 +14,15 @@ jobs:
|
||||
with:
|
||||
install: gcc make curl
|
||||
|
||||
- run: gcc -v
|
||||
- name: Show GCC
|
||||
run: gcc -v
|
||||
|
||||
- name: Setup Lua
|
||||
- run: |
|
||||
run: |
|
||||
curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
|
||||
tar -xZf lua-5.1.5.tar.gz
|
||||
|
||||
- name: list files
|
||||
- name: List Files
|
||||
run: Get-ChildItem
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user