From d1b717d28aa96765e575b70bb258d8ddbe247ce7 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sun, 22 Nov 2020 16:59:19 -0800 Subject: [PATCH] more windows test --- .github/workflows/windows_exe.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows_exe.yml b/.github/workflows/windows_exe.yml index fef2b0f..3a05fa4 100644 --- a/.github/workflows/windows_exe.yml +++ b/.github/workflows/windows_exe.yml @@ -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