1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

CI: fix current Ubuntu problem.

This commit is contained in:
Markus F.X.J. Oberhumer
2021-02-01 13:06:49 +01:00
parent 2469563b26
commit 801618740c

View File

@ -61,6 +61,7 @@ jobs:
if [[ ${{ matrix.C }} =~ ^(clang|gcc).*-m32$ ]]; then
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install --only-upgrade apt
sudo apt-get install -y g++-9-multilib g++-10-multilib zlib1g-dev:i386
fi
fi