Skip to content

Commit

Permalink
CI: remove redundant workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 3, 2025
1 parent 74e70f0 commit ba51fa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/install-ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ fi

if [ "$MINGW" == "32" ]; then
sudo dpkg --add-architecture i386
# https://github.com/actions/runner-images/issues/4589
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
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
sudo apt-get purge -y libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
INSTALL_PACKAGES="$INSTALL_PACKAGES \
binutils-mingw-w64-i686 \
g++-mingw-w64-i686 \
Expand Down

0 comments on commit ba51fa8

Please sign in to comment.