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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user