You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/22 12:52:18 UTC

[skywalking-nginx-lua] 01/03: Use old cjson version in CI.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git

commit 120b63fa69bef5f3eb078fa42645580bab492159
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Feb 22 18:06:13 2020 +0800

    Use old cjson version in CI.
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e0ff8c0..05972cf 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
       - name: 'Install Dependencies'
         run: |
           sudo luarocks install luaunit
-          sudo luarocks install lua-cjson
+          sudo luarocks install lua-cjson 2.1.0-1
       - name: 'Run Tests'
         run: |
           cd lib/skywalking