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 2c02441 commit e4d7ba0Copy full SHA for e4d7ba0
.github/workflows/ci.yml
@@ -50,9 +50,6 @@ 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@v5
58
- name: Build
0 commit comments