Skip to content

Commit 51024ab

Browse files
revert to base
1 parent 6a06095 commit 51024ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
3939
- name: Install
4040
run: |
41-
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
42-
chmod +x build-apisix-runtime.sh
41+
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-base.sh
42+
chmod +x build-apisix-base.sh
4343
OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
44-
cc_opt="-Werror" ./build-apisix-runtime.sh latest
44+
cc_opt="-Werror" ./build-apisix-base.sh latest
4545
4646
4747
- name: Script

0 commit comments

Comments
 (0)