0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

gitian: Add missing automake package to gitian-win-signer.yml

automake is needed to build osslsigncode otherwise autogen.sh fails.
This commit is contained in:
Andrew Chow 2020-04-11 14:15:05 -04:00
parent a5623ba89f
commit e44aeefaae

View file

@ -8,6 +8,7 @@ architectures:
packages:
- "libssl-dev"
- "autoconf"
- "automake"
- "libtool"
- "pkg-config"
remotes: