mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
Add zlib-devel dependency
This commit is contained in:
parent
3d827805d2
commit
8e8d772b47
@ -119,7 +119,8 @@ jobs:
|
||||
exit -1
|
||||
fi
|
||||
|
||||
./setup-x86_64.exe -q -s https://mirrors.kernel.org/sourceware/cygwin/ -P libssl-devel,libevent-devel,git,gcc-core,make,autoconf,automake,libtool,gnupg
|
||||
./setup-x86_64.exe -q -s https://mirrors.kernel.org/sourceware/cygwin/ \
|
||||
-P libssl-devel,libevent-devel,zlib-devel,git,gcc-core,make,autoconf,automake,libtool,gnupg
|
||||
|
||||
# # Build libevent
|
||||
# - run:
|
||||
|
Loading…
Reference in New Issue
Block a user