diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-02 23:01:20 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-02 23:01:20 +0000 |
| commit | 083f7eab9b2337464d32288a0ea0ea2eafed50c4 (patch) | |
| tree | d316e753b663bd55d1464f65c4ec387fd8542660 /.gitlab-ci.yml | |
| parent | CMake: Remove unused modules (diff) | |
| download | inkscape-083f7eab9b2337464d32288a0ea0ea2eafed50c4.tar.gz inkscape-083f7eab9b2337464d32288a0ea0ea2eafed50c4.zip | |
Attempt to fix Mac CI (missing double-conversion)
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a5b2e2f1..71cedf39c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ inkscape:mac: # Tools - brew install cmake intltool libtool pkg-config ccache # Libraries - - brew install bdw-gc boost gdl gettext gsl gtkmm3 gtkspell3 imagemagick@6 jemalloc libcdr libvisio libyaml libwpg pango poppler potrace libsoup + - brew install bdw-gc boost double-conversion gdl gettext gsl gtkmm3 gtkspell3 imagemagick@6 jemalloc libcdr libvisio libyaml libwpg pango poppler potrace libsoup # Testing tools # TODO # Cleanup |
