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

automake is needed to build osslsigncode otherwise autogen.sh fails.
pull/18598/head
Andrew Chow 5 years ago
parent a5623ba89f
commit e44aeefaae

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

Loading…
Cancel
Save