Skip to content

Commit 8ea7501

Browse files
committed
Revert "Remove 32bit platform that seemingly fails due to libc updates"
This reverts commit c8c25c1.
1 parent 9ab86a2 commit 8ea7501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
strategy:
202202
matrix:
203-
target: [ armv7-linux-androideabi ]
203+
target: [ i686-unknown-linux-gnu, armv7-linux-androideabi ]
204204

205205
steps:
206206
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)