aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo (XenGi) Band <email@ricardo.band>2021-02-07 18:51:54 +0100
committerRicardo (XenGi) Band <email@ricardo.band>2021-02-07 18:51:54 +0100
commit89a09b60ab0b599583a2888a59f71821fdda24d8 (patch)
tree4b1959db18ffeb65afe9025515e2fbb9e4aac479
parentce9a7a308259323cd8faae5ed96875dc6eeec4a6 (diff)
downloadgerbolyze-89a09b60ab0b599583a2888a59f71821fdda24d8.tar.gz
gerbolyze-89a09b60ab0b599583a2888a59f71821fdda24d8.tar.bz2
gerbolyze-89a09b60ab0b599583a2888a59f71821fdda24d8.zip
updating arch before build
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index baaee8d..c6504b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ archlinux:
stage: build
image: archlinux:latest
script:
- - "pacman -Syy --needed --noconfirm --noprogressbar pugixml opencv pango cairo git python make clang rustup cargo pkgconf"
+ - "pacman -Syyu --needed --noconfirm --noprogressbar pugixml opencv pango cairo git python make clang rustup cargo pkgconf"
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"