summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-19 14:20:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-19 16:37:00 +0100
commit51902fc68421e7bb9135424b2d903c43e77675bf (patch)
tree7a13b31eb04f17bab81d4cb69e98146d44f2d239
parentbcc423e65eadb03e773519d96cdf81caf7431e97 (diff)
downloadlibgweather-51902fc68421e7bb9135424b2d903c43e77675bf.tar.gz
ci: Add curl to the style check packages
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23a8e92..4b9e97e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ style-check-diff:
image: fedora:latest
stage: style-check
script:
- - dnf install -y clang-tools-extra diffutils git
+ - dnf install -y clang-tools-extra curl diffutils git
- sh -x ./.gitlab-ci/run-style-check.sh
# Recipe for setting up the build