CI: Install libmagic-dev in debian release targets

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-10-20 22:10:20 +02:00
parent ccd1e75e35
commit 54d99cbb72
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ amd64:
variables: &release-variables
MIX_ENV: prod
before_script: &before-release
- apt-get update && apt-get install -y cmake
- apt-get update && apt-get install -y cmake libmagic-dev
- echo "import Mix.Config" > config/prod.secret.exs
- mix local.hex --force
- mix local.rebar --force