diff options
author | Ricardo (XenGi) Band <email@ricardo.band> | 2021-02-07 18:53:41 +0100 |
---|---|---|
committer | Ricardo (XenGi) Band <email@ricardo.band> | 2021-02-07 18:53:41 +0100 |
commit | e74a0cf20410215d5107fc9fa7e636a599085b69 (patch) | |
tree | 1542db039afef7d75334d8c821089d0cbe138675 /.gitlab-ci.yml | |
parent | 89a09b60ab0b599583a2888a59f71821fdda24d8 (diff) | |
download | gerbolyze-e74a0cf20410215d5107fc9fa7e636a599085b69.tar.gz gerbolyze-e74a0cf20410215d5107fc9fa7e636a599085b69.tar.bz2 gerbolyze-e74a0cf20410215d5107fc9fa7e636a599085b69.zip |
base-devel added as dependency
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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" |