From ce9a7a308259323cd8faae5ed96875dc6eeec4a6 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 7 Feb 2021 18:48:08 +0100 Subject: trying to build gerbolize in archlinux --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5806a38..baaee8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ archlinux: stage: build image: archlinux:latest script: - - "sudo pacman -S pugixml opencv pango cairo git python make clang rustup cargo pkgconf" + - "pacman -Syy --needed --noconfirm --noprogressbar pugixml opencv pango cairo git python make clang rustup cargo pkgconf" - "rustup install stable" - "rustup default stable" - "cargo install usvg" -- cgit