Skip to content

Commit 1345603

Browse files
authored
ci: revert build-apisix-base.sh (#85)
1 parent ed0dd94 commit 1345603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Install
4040
run: |
41-
wget https://raw.githubusercontent.com/zll600/apisix-build-tools/upgrade_openresty-1.25.3.1/build-apisix-base.sh
41+
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
4242
chmod +x build-apisix-base.sh
4343
OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
4444
cc_opt="-Werror" ./build-apisix-base.sh latest

0 commit comments

Comments
 (0)