kezhenxu94 commented on a change in pull request #57:
URL: 
https://github.com/apache/skywalking-nginx-lua/pull/57#discussion_r550876849



##########
File path: .github/workflows/ci.yaml
##########
@@ -38,15 +38,17 @@ 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: |
+          sudo apt-get update -y
+          sudo apt-get install -y lua5.3

Review comment:
       ```suggestion
             sudo apt-get install -y lua5.3 lua5.3-dev
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to