Skip to content

Commit a78e8f2

Browse files
committed
Try i686-unknown-linux-musl
Instead of i686-unknown-linux-gnu.
1 parent 8ea7501 commit a78e8f2

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: [ i686-unknown-linux-gnu, armv7-linux-androideabi ]
203+
target: [ i686-unknown-linux-musl, armv7-linux-androideabi ]
204204

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

0 commit comments

Comments
 (0)