Skip to content

Commit 399fa28

Browse files
committed
fixup! 32 bit ubuntu
1 parent d05ce78 commit 399fa28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
CFLAGS: ${{matrix.platform.env.CFLAGS}}
5151

5252
steps:
53+
- name: Prepare libc6 for actions
54+
if: matrix.platform.image == 'i386/ubuntu:latest'
55+
run: apt -q update && apt -q -y install libc6-amd64 lib64stdc++6
5356
- name: Check out
5457
uses: actions/checkout@v2
5558
- name: Build

0 commit comments

Comments
 (0)