CI: Fix release builds once more.

This commit is contained in:
lain 2020-08-19 13:37:33 +02:00
parent 8d70692abf
commit d833d2c1fd
1 changed files with 1 additions and 1 deletions

View File

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