We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dc799 commit 8ea3e3eCopy full SHA for 8ea3e3e
1 file changed
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
sudo ln -s ${{ env.INSTALL_ROOT }}/openresty/bin/resty /bin/resty
101
sudo ln -s ${{ env.INSTALL_ROOT }}/openresty/luajit/bin/luajit /bin/luajit
102
pushd ${{ env.DOWNLOAD_ROOT }}
103
- wget https://luarocks.org/releases/luarocks-3.8.0.tar.gz -O luarocks.tar.gz
+ wget https://luarocks.org/releases/luarocks-3.12.2.tar.gz -O luarocks.tar.gz
104
mkdir luarocks
105
tar zxf luarocks.tar.gz --directory luarocks --strip-components=1
106
pushd luarocks
@@ -141,4 +141,4 @@ jobs:
141
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled && failure() }}
142
timeout-minutes: 20
143
with:
144
- limit-access-to-actor: false
+ limit-access-to-actor: false
0 commit comments