Skip to content

Commit 1ca8b3e

Browse files
committed
More
1 parent c873354 commit 1ca8b3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ jobs:
129129
# Temporarily disable, as it depends on `x86_64-linux-android-clang`
130130
# being installed and we don't currently have it installed.
131131
#- run: cargo check --workspace --release -vv --target=x86_64-linux-android --features=use-libc,net,std,alloc,event,fs,mm,param,pipe,use-libc-auxv,libc_errno --all-targets
132-
- run: cargo check --workspace --release -vv --target=i686-linux-android --features=use-libc,net,std,alloc,event,fs,mm,param,pipe,use-libc-auxv,libc_errno --all-targets
132+
# Temporarily disable, as it depends on `i686-linux-android-clang`
133+
# being installed and we don't currently have it installed.
134+
#- run: cargo check --workspace --release -vv --target=i686-linux-android --features=use-libc,net,std,alloc,event,fs,mm,param,pipe,use-libc-auxv,libc_errno --all-targets
133135
- run: cargo check --workspace --release -vv --target=x86_64-apple-darwin --features=all-apis --all-targets
134136
- run: cargo check --workspace --release -vv --target=x86_64-unknown-freebsd --features=all-apis --all-targets
135137
- run: cargo check --workspace --release -vv --target=x86_64-unknown-netbsd --features=all-apis --all-targets

0 commit comments

Comments
 (0)