Skip to content

Commit

Permalink
Try i686-unknown-linux-musl
Browse files Browse the repository at this point in the history
Instead of i686-unknown-linux-gnu.
  • Loading branch information
EliahKagan committed Nov 17, 2024
1 parent 8ea7501 commit a78e8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

strategy:
matrix:
target: [ i686-unknown-linux-gnu, armv7-linux-androideabi ]
target: [ i686-unknown-linux-musl, armv7-linux-androideabi ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a78e8f2

Please sign in to comment.