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

membphis pushed a commit to branch membphis-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/membphis-patch-1 by this push:
     new 775a65e  github action: install openresty first.
775a65e is described below

commit 775a65e4d0ac808e66859a7e6a231505b586793e
Author: Yuansheng <membp...@gmail.com>
AuthorDate: Fri Nov 1 00:40:24 2019 -0400

    github action: install openresty first.
---
 .github/workflows/lua.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml
index 777332b..3f2af83 100644
--- a/.github/workflows/lua.yml
+++ b/.github/workflows/lua.yml
@@ -9,8 +9,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v1
+    - name: install openresty
+      run: sudo apt-get install openresty -y
     - name: install luarocks
-      run: apt-get install luarocks
+      run: sudo apt-get install luarocks -y
     - name: install apisix
       run: luarocks install apisix
     - name: apisix test

Reply via email to