From: Magnus Jacobsson Date: Tue, 15 Sep 2020 16:53:44 +0000 (+0200) Subject: Remove now obsolete exec of dot -c for Linux CMake CI builds X-Git-Tag: 2.46.0~20^2^2~60^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc67147ac97a1418bd69f0dfc30043c30d9b80a8;p=graphviz Remove now obsolete exec of dot -c for Linux CMake CI builds --- diff --git a/ci/install-packages.sh b/ci/install-packages.sh index e9afdc919..ff6076c86 100755 --- a/ci/install-packages.sh +++ b/ci/install-packages.sh @@ -17,7 +17,6 @@ ARCH=$( uname -m ) if [ "${ID_LIKE}" = "debian" ]; then if [ "${build_system}" = "cmake" ]; then apt install ./${DIR}/os/${ARCH}/Graphviz-${GV_VERSION}-Linux.deb - dot -c else apt install ./${DIR}/os/${ARCH}/libgraphviz4_${GV_VERSION}-1_amd64.deb apt install ./${DIR}/os/${ARCH}/libgraphviz-dev_${GV_VERSION}-1_amd64.deb