From cbaf350c05bb0ab434af2c74f27d8afdd6810825 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Mon, 9 Dec 2019 22:13:48 -0500 Subject: [PATCH] typo in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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