1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

ci: do not disable shared lib with msys2/autotools in GHA

Cherry-picked from #1036
This commit is contained in:
Viktor Szakats
2023-05-08 22:08:52 +00:00
parent 4fcb97bde5
commit 9bd4d94a0c

View File

@@ -138,7 +138,7 @@ jobs:
shell: msys2 {0}
run: |
# sshd tests sometimes hang
mkdir bld && cd bld && ../configure --enable-werror --enable-debug --enable-static --disable-shared \
mkdir bld && cd bld && ../configure --enable-werror --enable-debug --enable-static \
--with-crypto=openssl \
--disable-docker-tests \
--disable-sshd-tests