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 561126e commit d777d43Copy full SHA for d777d43
.github/workflows/gm.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install
48
run: |
49
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
50
- sed -i '/--with-http_v3_module[[:space:]]*\\$/d' config.txt ## tongsuo does not support quic tls
+ sed -i '/--with-http_v3_module[[:space:]]*\\$/d' build-apisix-base.sh ## tongsuo does not support quic tls
51
chmod +x build-apisix-base.sh
52
export openssl_prefix=/usr/local/tongsuo
53
0 commit comments