This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git
commit 52fe07f72aebb2b6c94140d49c01e59c10c6d311 Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com> AuthorDate: Sat Jan 2 19:38:34 2021 +0800 Try lua install --- .github/workflows/ci.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52cd487..ee90755 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,9 +38,13 @@ jobs: run: | git submodule sync --recursive git -c protocol.version=2 submodule update --init --force --recursive --depth=1 - - uses: leafo/gh-actions-lua@v5 - with: - luaVersion: "5.3.5" + - name: 'Install Lua' + shell: bash + run: | + curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz + tar zxf lua-5.3.5.tar.gz + cd lua-5.3.5 + make all test - name: 'Install LuaRocks' run: | wget https://luarocks.org/releases/luarocks-3.3.0.tar.gz