diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd82fd1..8d6279f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: - run: cargo install cross - run: cross test --target mips-unknown-linux-gnu - run: cross test --target armv7-unknown-linux-gnueabihf - - run: cross test --target armv7-unknown-linux-gnueabihf --feature=c_neon + - run: cross test --target armv7-unknown-linux-gnueabihf --features=c_neon - run: cross test --target aarch64-unknown-linux-gnu - run: cross test --target aarch64-unknown-linux-gnu --features=c_neon