From 7971d9ab4c47e62a9728f750d14d9d487db20fe3 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Wed, 20 Apr 2016 22:07:45 +1000 Subject: [PATCH] fixed incorrect libtool dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed285d3..c8942eee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # This file is generated by GitLab CI before_script: - - apt-get update -qq && apt-get install -y -qq autopoint autoconf automake libtool libncursesw5-dev dejagnu libnuma-dev libsystemd-dev + - apt-get update -qq && apt-get install -y -qq autopoint autoconf automake libtool-bin libncursesw5-dev dejagnu libnuma-dev libsystemd-dev MakeCheck: script: