Skip to content

Commit 9307225

Browse files
committed
ARMv7 does not have simd
1 parent e750541 commit 9307225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
use-cross: true
2929
command: build
30-
args: --target=${{ matrix.target }}
30+
args: --target=${{ matrix.target }} --no-default-features --features json,default-json,cbor

0 commit comments

Comments
 (0)