Skip to content

Commit 6a06095

Browse files
fix filename
1 parent 16bad55 commit 6a06095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)