From 3d5b9ce007454ae358ec9eb6a859e9d30c924624 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sun, 22 Nov 2020 17:01:02 -0800 Subject: [PATCH] syntax fix --- .github/workflows/windows_exe.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows_exe.yml b/.github/workflows/windows_exe.yml index 3a05fa4..44b4516 100644 --- a/.github/workflows/windows_exe.yml +++ b/.github/workflows/windows_exe.yml @@ -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