1
0
Fork 0

CI: Do not install openssl-dev

It conflicts with libressl, which is needed for curl now.
This commit is contained in:
Marvin Scholz 2019-04-04 09:44:42 +02:00
parent de3a075500
commit 7bccaf9d25
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build:
before_script:
- apk update
- apk add musl-dev git make gcc automake autoconf libtool
- apk add curl-dev openssl-dev libogg-dev libvorbis-dev libxslt-dev libxml2-dev
- apk add curl-dev libogg-dev libvorbis-dev libxslt-dev libxml2-dev
# Required for tests
#- apk add curl ffmpeg
# Create user to run tests