mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
more windows test
This commit is contained in:
parent
804b32acde
commit
d1b717d28a
12
.github/workflows/windows_exe.yml
vendored
12
.github/workflows/windows_exe.yml
vendored
@ -8,14 +8,20 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: hello
|
||||
run: Get-ChildItem
|
||||
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
install: gcc make
|
||||
install: gcc make curl
|
||||
|
||||
- run: gcc -v
|
||||
|
||||
- name: Setup Lua
|
||||
- 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
|
||||
run: Get-ChildItem
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user