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/20 01:54:03 UTC

[skywalking-nginx-lua] branch master updated: Fix path

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


The following commit(s) were added to refs/heads/master by this push:
     new 98f1d38  Fix path
98f1d38 is described below

commit 98f1d3886e4b5dc2157d282f2939269b55e0ea9b
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Feb 20 09:53:50 2020 +0800

    Fix path
---
 .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 b8d156d..7715857 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -37,5 +37,5 @@ jobs:
           submodules: true
       - name: 'Install LUA runtime'
         run: |
-          sh ../ci/lua-setup.sh
+          sh ci/lua-setup.sh
           lua -v
\ No newline at end of file