bump(gh-actions) luarocks 3.8.0

Luarocks have some fixes to support Lua 5.4. We need to use the
latest version.
This commit is contained in:
Aire-One 2022-01-22 14:18:05 +01:00
parent a4ca3fdd43
commit a826d79682
1 changed files with 2 additions and 2 deletions

View File

@ -166,12 +166,12 @@ jobs:
with: with:
path: /tmp/luarocks path: /tmp/luarocks
# The build input for luarocks changes per test, so we need separate caches # The build input for luarocks changes per test, so we need separate caches
key: ${{ github.workflow }}-${{ runner.os }}-${{ matrix.test_name }}-luarocks-3.5.0 key: ${{ github.workflow }}-${{ runner.os }}-${{ matrix.test_name }}-luarocks-3.8.0
- name: Install fresh Luarocks - name: Install fresh Luarocks
if: steps.cache-luarocks.outputs.cache-hit != 'true' if: steps.cache-luarocks.outputs.cache-hit != 'true'
run: | run: |
wget -O /tmp/luarocks.tar.gz https://github.com/luarocks/luarocks/archive/v3.5.0.tar.gz wget -O /tmp/luarocks.tar.gz https://github.com/luarocks/luarocks/archive/v3.8.0.tar.gz
mkdir /tmp/luarocks mkdir /tmp/luarocks
tar -xf /tmp/luarocks.tar.gz -C /tmp/luarocks --strip-components=1 tar -xf /tmp/luarocks.tar.gz -C /tmp/luarocks --strip-components=1
cd /tmp/luarocks cd /tmp/luarocks