We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c57eb commit 48084a8Copy full SHA for 48084a8
1 file changed
.github/workflows/main.yml
@@ -250,6 +250,7 @@ jobs:
250
- run: cargo check -Z build-std --target=powerpc-unknown-linux-musl --features=all-apis
251
- run: cargo check -Z build-std --target=powerpc64le-unknown-linux-musl --features=all-apis
252
- run: cargo check -Z build-std --target=armv7k-apple-watchos --features=all-apis
253
+ - run: cargo check -Z build-std --target=aarch64_be-unknown-linux-musl --all-targets --features=all-apis
254
255
256
test:
0 commit comments