Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e07786

Browse files
committed
debugging
1 parent f697f28 commit 2e07786

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ jobs:
187187
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
188188
if: matrix.IMAGE.IMAGE == 'alpine:aarch64'
189189

190+
# lol, maximum cursed
191+
- run: |
192+
dpkg --add-architecture arm64
193+
apt update
194+
apt install -y libc6:arm64
195+
if: endswith(matrix.IMAGE.IMAGE, ':armv7l')
196+
190197
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191198
timeout-minutes: 3
192199
with:

0 commit comments

Comments
 (0)