Skip to content

Commit 96aa6e0

Browse files
kleisaukefarindk
authored andcommitted
CI: remove redundant workarounds
1 parent 68da30a commit 96aa6e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/install-ci-linux.sh

-4
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ fi
120120

121121
if [ "$MINGW" == "32" ]; then
122122
sudo dpkg --add-architecture i386
123-
# https://github.com/actions/runner-images/issues/4589
124-
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
125123
sudo apt-get update
126-
sudo apt-get install -y --allow-downgrades libgd3:i386/jammy libpcre2-8-0:i386/jammy libpcre2-16-0:i386/jammy libpcre2-32-0:i386/jammy libpcre2-posix3/jammy
127-
sudo apt-get purge -y libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
128124
INSTALL_PACKAGES="$INSTALL_PACKAGES \
129125
binutils-mingw-w64-i686 \
130126
g++-mingw-w64-i686 \

0 commit comments

Comments
 (0)