Skip to content
Snippets Groups Projects

gitlab-ci.yml: Install libsodium-dev

Merged RUANO RINCON Santiago requested to merge sruanor/dunixir:fix-gitlaci-sodium into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -4,6 +4,7 @@ before_script:
- |
export HTTP_PROXY="http://172.17.0.1:3128"
export HTTPS_PROXY="http://172.17.0.1:3128"
apt-get update && apt-get install -y libsodium-dev
mix local.rebar --force
mix local.hex --force
mix deps.get --only test
Loading