Skip to content

Commit

Permalink
disable the clipboard feature for the android build check
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Dec 28, 2024
1 parent e774fd0 commit f8f7570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cross
- run: cross check --all-targets --target aarch64-linux-android
- run: cross check --all-targets --target aarch64-linux-android --no-default-features
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f8f7570

Please sign in to comment.