ci: Don't use cross to compile ARM linux GNU

This commit is contained in:
2025-09-14 17:21:44 -06:00
parent 419077b1a5
commit 7dc4995c9b
-1
View File
@@ -168,7 +168,6 @@ jobs:
cargo-flags: "" cargo-flags: ""
- target: aarch64-unknown-linux-gnu - target: aarch64-unknown-linux-gnu
os: ubuntu-latest os: ubuntu-latest
use-cross: true
cargo-flags: "" cargo-flags: ""
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
os: macos-latest os: macos-latest