mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci/gha: fix cross-i386
As of today, installing fails with > libc6:i386 : Depends: libgcc-s1:i386 but it is not going to be installed Add the package explicitly to work around that. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -120,7 +120,7 @@ jobs:
|
||||
sudo add-apt-repository -y ppa:criu/ppa
|
||||
# apt-add-repository runs apt update so we don't have to.
|
||||
|
||||
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib criu
|
||||
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
|
||||
|
||||
- name: install go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
Reference in New Issue
Block a user