Skip to content

Commit 71c9152

Browse files
authored
Merge pull request #9 from dongbeiouba/master
Fix release CI, disable libpsl
2 parents 5a4e3bd + a5b19e0 commit 71c9152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git apply tongsuo.patch
6262
autoreconf -fi
63-
./configure --enable-warnings --enable-werror --with-openssl=${GITHUB_WORKSPACE}/tongsuo --without-zlib --without-brotli --disable-shared --disable-ldap --disable-ldaps --disable-rtsp --without-librtmp --enable-static
63+
./configure --enable-warnings --enable-werror --with-openssl=${GITHUB_WORKSPACE}/tongsuo --without-zlib --without-brotli --disable-shared --disable-ldap --disable-ldaps --disable-rtsp --without-librtmp --without-libpsl --enable-static
6464
make -s -j4
6565
- name: upload artifact
6666
uses: actions/upload-release-asset@v1
@@ -115,7 +115,7 @@ jobs:
115115
working-directory: ./curl
116116
shell: powershell
117117
run: |
118-
git apply --reject tongsuo.patc
118+
git apply --reject tongsuo.patch
119119
./buildconf.bat
120120
cd winbuild
121121
nmake /f Makefile.vc MACHINE=x64 mode=static WITH_SSL=static SSL_PATH=${env:TONGSUO_HOME} RTLIBCFG=static ENABLE_NTLS=yes

0 commit comments

Comments
 (0)