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 ec0e571..ca78a96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ arch:
image: archlinux/base
stage: build-test-all
before_script:
- - pacman --noconfirm -Syu base-devel clang python
+ - pacman --noconfirm --needed -Syu base-devel clang python
script:
- make CC=gcc clean all test
- make CC=clang clean all test