mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
Add zlib-devel dependency
This commit is contained in:
parent
3d827805d2
commit
8e8d772b47
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ jobs:
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
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
|
# # Build libevent
|
||||||
# - run:
|
# - run:
|
||||||
|
|
Loading…
Reference in a new issue