Skip to content

Commit da5cdfe

Browse files
committed
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 <[email protected]>
1 parent b32655d commit da5cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
sudo add-apt-repository -y ppa:criu/ppa
121121
# apt-add-repository runs apt update so we don't have to.
122122
123-
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib criu
123+
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
124124
125125
- name: install go
126126
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)