Skip to content

Commit c8c25c1

Browse files
committed
Remove 32bit platform that seemingly fails due to libc updates
1 parent 1691ba6 commit c8c25c1

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
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
strategy:
9595
matrix:
96-
target: [ i686-unknown-linux-gnu, armv7-linux-androideabi ]
96+
target: [ armv7-linux-androideabi ]
9797
steps:
9898
- uses: actions/checkout@v3
9999
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)