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 d05ce78 commit 399fa28Copy full SHA for 399fa28
.github/workflows/ci.yml
@@ -50,6 +50,9 @@ jobs:
50
CFLAGS: ${{matrix.platform.env.CFLAGS}}
51
52
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
56
- name: Check out
57
uses: actions/checkout@v2
58
- name: Build
0 commit comments