Skip to content

Commit 8ea3e3e

Browse files
authored
Update luarocks version in GitHub Actions workflow
1 parent b5dc799 commit 8ea3e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
sudo ln -s ${{ env.INSTALL_ROOT }}/openresty/bin/resty /bin/resty
101101
sudo ln -s ${{ env.INSTALL_ROOT }}/openresty/luajit/bin/luajit /bin/luajit
102102
pushd ${{ env.DOWNLOAD_ROOT }}
103-
wget https://luarocks.org/releases/luarocks-3.8.0.tar.gz -O luarocks.tar.gz
103+
wget https://luarocks.org/releases/luarocks-3.12.2.tar.gz -O luarocks.tar.gz
104104
mkdir luarocks
105105
tar zxf luarocks.tar.gz --directory luarocks --strip-components=1
106106
pushd luarocks
@@ -141,4 +141,4 @@ jobs:
141141
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled && failure() }}
142142
timeout-minutes: 20
143143
with:
144-
limit-access-to-actor: false
144+
limit-access-to-actor: false

0 commit comments

Comments
 (0)