ci: actually use correct dep package name

This commit is contained in:
Vincent Breitmoser
2024-01-27 10:24:26 +01:00
parent 7f304929ea
commit da5648488b

View File

@@ -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