forked from AkkomaGang/akkoma
CI: Fix release builds once more.
This commit is contained in:
parent
8d70692abf
commit
d833d2c1fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue