mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Include libicu-dev in CI images
This commit is contained in:
parent
a74eeb2910
commit
099b7356a6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ variables:
|
||||||
|
|
||||||
.show-version:
|
.show-version:
|
||||||
before_script:
|
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
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue