We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68da30a commit 96aa6e0Copy full SHA for 96aa6e0
scripts/install-ci-linux.sh
@@ -120,11 +120,7 @@ fi
120
121
if [ "$MINGW" == "32" ]; then
122
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
125
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
128
INSTALL_PACKAGES="$INSTALL_PACKAGES \
129
binutils-mingw-w64-i686 \
130
g++-mingw-w64-i686 \
0 commit comments