Skip to content

Commit ac91de1

Browse files
revert changes on ci.yml
1 parent c8a5794 commit ac91de1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
op_version:
14-
- "1.27.1.1"
14+
- "1.25.3.1"
1515

1616
runs-on: "ubuntu-20.04"
1717

@@ -39,14 +39,10 @@ jobs:
3939
4040
- name: Install
4141
run: |
42-
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-base.sh
42+
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
4343
chmod +x build-apisix-base.sh
4444
OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
45-
cc_opt="-Werror" ./build-apisix-base.sh
46-
47-
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
48-
chmod +x build-apisix-runtime.sh
49-
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-runtime.sh latest
45+
cc_opt="-Werror" ./build-apisix-base.sh latest
5046
5147
5248
- name: Script

0 commit comments

Comments
 (0)