From 88b35d8c00c2d488efd9874a86b0926fc6b1101f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 18 Oct 2023 23:21:00 +0200 Subject: ci: Windows: Remove problematic package This package seems to make the Windows build double in build time --- win/_base.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/win/_base.sh b/win/_base.sh index eefece2a9..ef672869f 100755 --- a/win/_base.sh +++ b/win/_base.sh @@ -173,6 +173,7 @@ function cleanup_install { build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tk || true build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tcl || true build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-frei0r-plugins || true + build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-abseil-cpp || true #delete translations we don't support for d in "${MINGW_ROOT}"/share/locale/*/LC_MESSAGES; do -- cgit v1.2.3