From e74a0cf20410215d5107fc9fa7e636a599085b69 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 7 Feb 2021 18:53:41 +0100 Subject: base-devel added as dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6504b4..79f81e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ archlinux: stage: build image: archlinux:latest script: - - "pacman -Syyu --needed --noconfirm --noprogressbar pugixml opencv pango cairo git python make clang rustup cargo pkgconf" + - "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python make clang rustup cargo pkgconf" - "rustup install stable" - "rustup default stable" - "cargo install usvg" -- cgit