Skip to content

Commit 874393a

Browse files
authored
chore: turn back the build link (#34)
1 parent 5027a0a commit 874393a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
2727
- name: Install
2828
run: |
29-
# TODO: change it back once we have merged it
30-
wget https://raw.githubusercontent.com/api7/apisix-build-tools/stream-apisix/build-apisix-base.sh
29+
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
3130
chmod +x build-apisix-base.sh
3231
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-base.sh latest
3332

0 commit comments

Comments
 (0)