We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4fc67 commit 18bd805Copy full SHA for 18bd805
.github/workflows/ci.yml
@@ -118,8 +118,10 @@ jobs:
118
run: |
119
set -x
120
if [ "${{ matrix.target }}" = "i686-unknown-linux-gnu" ]; then
121
+ sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4 firefox snapd mysql*
122
sudo dpkg --add-architecture i386
123
sudo apt-get update -y -qq
124
+ sudo apt-get upgrade -y -qq
125
sudo apt-get install -y -qq gcc-multilib:i386 libsofthsm2:i386 gcc:i386
126
else
127
0 commit comments