From e770dd9e82bfadbcd5bdc618220cb76aa94d3727 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Fri, 26 Apr 2024 15:50:44 -0500 Subject: [PATCH] Playing with the lua install further Signed-off-by: Roger Barker --- .github/workflows/proxy-tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/proxy-tests.yml b/.github/workflows/proxy-tests.yml index 4d97ae4..95521de 100644 --- a/.github/workflows/proxy-tests.yml +++ b/.github/workflows/proxy-tests.yml @@ -29,10 +29,9 @@ jobs: - name: Install Lua uses: leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e # v10.0.0 - # temorarily moving to latest to see if this command is having an issue with luaVersion: '5.3' - - #with: - # luaVersion: '5.3' + with: + luaVersion: '5.3' + buildCache: true - name: Install LuaRocks uses: leafo/gh-actions-luarocks@e65774a6386cb4f24e293dca7fc4ff89165b64c5 # v4.3.0