aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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"