Include libicu-dev in CI images

xmppftw created

Change summary

.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.gitlab-ci.yml 🔗

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