1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-12 11:14:02 +02:00

Include libicu-dev in CI images

This commit is contained in:
xmppftw 2023-06-06 01:07:19 +02:00
parent a74eeb2910
commit 099b7356a6

View File

@ -10,7 +10,7 @@ variables:
.show-version:
before_script:
- apt-get update; apt-get install -y --no-install-recommends pkg-config libssl-dev
- apt-get update; apt-get install -y --no-install-recommends pkg-config libssl-dev libicu-dev
- rustc --version
- cargo --version