mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
more testing
This commit is contained in:
parent
81b6394329
commit
804b32acde
9
.github/workflows/windows_exe.yml
vendored
9
.github/workflows/windows_exe.yml
vendored
@ -10,3 +10,12 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- name: hello
|
||||
run: Get-ChildItem
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
install: gcc make
|
||||
|
||||
- run: gcc -v
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user