Skip to content

Commit

Permalink
use new deb packages names
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Mar 2, 2025
1 parent af6a8b7 commit 2dee57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [ "$MINGW" == "32" ]; then
# 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/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal
sudo apt-get install -y --allow-downgrades libgd3:i386/focal libpcre2-8-0:i386/focal libpcre2-16-0:i386/focal libpcre2-32-0:i386/focal libpcre2-posix3/focal
sudo apt-get purge -y libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
INSTALL_PACKAGES="$INSTALL_PACKAGES \
binutils-mingw-w64-i686 \
Expand Down

0 comments on commit 2dee57d

Please sign in to comment.