Skip to content

Commit 1fc3f41

Browse files
authored
ci: a new path for download apisix-build.sh (#16)
1 parent b63a9bb commit 1fc3f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apisix-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Install deps
1717
run: |
18-
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
19-
chmod +x build-apisix-openresty.sh
20-
./build-apisix-openresty.sh latest
18+
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
19+
chmod +x build-apisix-base.sh
20+
./build-apisix-base.sh latest
2121
2222
- name: Install CPAN
2323
run: |

0 commit comments

Comments
 (0)