Skip to content

Commit bef329b

Browse files
committed
fix ci
1 parent 07dc93a commit bef329b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282
run: |
8383
wget https://raw.githubusercontent.com/api7/apisix-build-tools/refs/heads/release/api7ee-runtime/build-api7ee-runtime.sh
8484
chmod +x build-api7ee-runtime.sh
85-
./build-api7ee-runtime.sh latest
85+
sudo ./build-api7ee-runtime.sh latest
8686
8787
- name: Script
8888
run: |
89+
sudo su
8990
export PATH=$OPENRESTY_PREFIX/nginx/sbin:$PATH
9091
prove -I. -Itest-nginx/lib -r t/

0 commit comments

Comments
 (0)