ci: Use gdc instead of gdc-6

gdc-6 is currently not in testing and gdc will pull in the default version
(currently gdc-8) which should work.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
macos/master
Gert Wollny 6 years ago
parent 0999e0c6f3
commit de99a34adf
  1. 2
      ci/Dockerfile

@ -34,7 +34,7 @@ RUN apt-get -y install ca-certificates && \
g++-7 \
gcc-7 \
gdb \
gdc-6 \
gdc \
git \
golang-go \
kbd \

Loading…
Cancel
Save