We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690ee72 commit ce1405dCopy full SHA for ce1405d
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install
28
run: |
29
- wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
+ wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
30
chmod +x build-apisix-openresty.sh
31
OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-openresty.sh latest
32
0 commit comments