diff options
author | jandegr <jandegr@users.noreply.github.com> | 2018-04-27 21:52:46 +0200 |
---|---|---|
committer | jkoan <jkoan@users.noreply.github.com> | 2018-04-27 21:52:46 +0200 |
commit | c3a13917312f7a376656264ae2e4d509028a2481 (patch) | |
tree | da26982f91dc0df3679d2028f3ddc4262e20daa7 /ci | |
parent | 221f783ea1caaaab2f5ceadc6b0fb3e720aac3df (diff) | |
download | navit-c3a13917312f7a376656264ae2e4d509028a2481.tar.gz |
fix:CI convert with librsvg2-bin xxsmal cleanup (#554)
* test librsvg2-bin
* Update setup_common_requirements.sh
Diffstat (limited to 'ci')
-rw-r--r-- | ci/setup_common_requirements.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/setup_common_requirements.sh b/ci/setup_common_requirements.sh index 40a87dd07..6343194bb 100644 --- a/ci/setup_common_requirements.sh +++ b/ci/setup_common_requirements.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -apt-get update && apt-get install -y wget unzip cmake build-essential gettext imagemagick util-linux git ssh +apt-get update && apt-get install -y wget unzip cmake build-essential gettext librsvg2-bin util-linux git ssh |