syntax fix

This commit is contained in:
leaf corcoran 2020-11-22 17:01:02 -08:00
parent d1b717d28a
commit 3d5b9ce007

View File

@ -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