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 548e42a commit caad2bdCopy full SHA for caad2bd
.github/workflows/ci.yml
@@ -117,8 +117,10 @@ jobs:
117
- name: Install SoftHSM
118
run: |
119
if [ "${{ matrix.target }}" = "i686-unknown-linux-gnu" ]; then
120
+ sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4 firefox snapd mysql*
121
sudo dpkg --add-architecture i386
122
sudo apt-get update -y -qq
123
+ sudo apt-get upgrade -y -qq
124
sudo apt-get install -y -qq gcc-multilib:i386 libsofthsm2:i386 gcc:i386
125
else
126
0 commit comments