Skip to content

Commit

Permalink
Revert "Remove 32bit platform that seemingly fails due to libc updates"
Browse files Browse the repository at this point in the history
This reverts commit c8c25c1.
  • Loading branch information
EliahKagan committed Nov 17, 2024
1 parent 9ab86a2 commit 8ea7501
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: [ armv7-linux-androideabi ]
target: [ i686-unknown-linux-gnu, armv7-linux-androideabi ]

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

0 comments on commit 8ea7501

Please sign in to comment.