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:
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue