Skip to content

Commit 9b64188

Browse files
committed
fix popd
1 parent e0eba97 commit 9b64188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks libpcre3 libpcre3-dev zlib1g-dev
3333
sudo luarocks install lua-resty-http > build.log 2>&1 || (cat build.log && exit 1)
3434
sudo luarocks install lua-resty-openssl > build.log 2>&1 || (cat build.log && exit 1)
35-
cd t/assets/grpc && sudo ./setup.sh > build.log 2>&1 || (cat build.log && exit 1) && popd
35+
cd t/assets/grpc && ./setup.sh > build.log 2>&1 || (cat build.log && exit 1) && cd ../../..
3636
3737
- name: Before install
3838
run: |

0 commit comments

Comments
 (0)