From 3ca9199189c4b9f355f1ce26b591fb76d44f15d7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 3 Apr 2019 12:46:25 +0200 Subject: [PATCH 1/1] gitlab-ci: apt update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8291b299b..6550632f49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ release: #only: #- schedules script: - - apt install -y binutils-x86-64-linux-gnu wget + - apt update && apt install -y binutils-x86-64-linux-gnu wget # Build the linux version of the jarfile without the boost dependency - apt remove -y libboost-context-dev libboost-stacktrace-dev - cmake -Denable_documentation=OFF -Denable_java=ON -Denable_lib_in_jar=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=OFF . -- 2.20.1