Update .gitlab-ci.yml

This commit is contained in:
Nemirtingas 2019-12-10 12:47:02 +00:00
parent c883c0f675
commit bccbee6f86
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ sign:
- build_steamos
script:
- apk update && apk add libcurl curl-dev openssl-dev autoconf build-base automake libtool git
- apk update && apk add libcurl curl-dev openssl-dev autoconf build-base automake libtool git openssl
- git clone https://github.com/dmcgowan/osslsigncode
- cd osslsigncode
- ./autogen.sh && ./configure && make && make install && make clean || exit 1