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: with:
install: gcc make curl install: gcc make curl
- run: gcc -v - name: Show GCC
run: gcc -v
- name: Setup Lua - name: Setup Lua
- run: | run: |
curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz curl -O https://www.lua.org/ftp/lua-5.1.5.tar.gz
tar -xZf lua-5.1.5.tar.gz tar -xZf lua-5.1.5.tar.gz
- name: list files - name: List Files
run: Get-ChildItem run: Get-ChildItem