From 36eb62c0259abcdee512137fa659f6c181832eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 12 Feb 2019 17:39:59 +0100 Subject: [PATCH] [ci] Run upgrade in Archlinux container This should fix issues like this one: https://gitlab.com/D4N/exiv2/-/jobs/160300883 (cherry picked from commit 64c753f76b225218120d77b985c2472932169285) --- ci/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_dependencies.sh b/ci/install_dependencies.sh index d414a419..b87ab759 100755 --- a/ci/install_dependencies.sh +++ b/ci/install_dependencies.sh @@ -34,7 +34,7 @@ case "$distro_id" in ;; 'arch') - pacman --noconfirm -Sy + pacman --noconfirm -Syu pacman --noconfirm -S gcc clang cmake make ccache expat zlib libssh curl gtest python dos2unix which diffutils ;;