summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2024-01-27 10:22:47 +0100
committerVincent Breitmoser <look@my.amazin.horse>2024-01-27 10:22:47 +0100
commit7f304929ea1c903657556b5c2c97165f6f1fd177 (patch)
treea3a61f46879841f276d0d97099180eb48e9c2e16
parent7c7b15e37c961f03dcb64fe025fef0bec433d541 (diff)
ci: update gitlab for openssl dep
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64f5291..7f71d8e 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 nettle-dev gettext zsh
+ - apt install -qy build-essential pkg-config clang libclang-dev openssl-dev gettext zsh
- rustup component add clippy
- rustup component add rustfmt
- ./make-translated-templates