summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2024-01-27 10:24:26 +0100
committerVincent Breitmoser <look@my.amazin.horse>2024-01-27 10:24:26 +0100
commitda5648488ba044697376319d0b65e20f188496c3 (patch)
treeadc8e056c3add40404d0f3202778335180f673cf
parent7f304929ea1c903657556b5c2c97165f6f1fd177 (diff)
ci: actually use correct dep package name
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f71d8e..64bbe7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ build, test and lint:
interruptible: true
script:
- apt update -qy
- - apt install -qy build-essential pkg-config clang libclang-dev openssl-dev gettext zsh
+ - apt install -qy build-essential pkg-config clang libclang-dev libssl-dev gettext zsh
- rustup component add clippy
- rustup component add rustfmt
- ./make-translated-templates