From 59752de9bd9fc4acf2ce40ec995024c5687a8a45 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 11 Dec 2019 23:21:25 -0500 Subject: fix syntax errors in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d491b..093d2f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: - run: cross test --target ${{ matrix.arch }} # Test the NEON implementation on ARM targets. - run: cross test --target ${{ matrix.arch }} --features=c_neon - if: startsWith(${{ matrix.arch }}, 'armv7-') || startsWith($${ matrix.arch }}, 'aarch64-') + if: startsWith(matrix.arch, 'armv7-') || startsWith(matrix.arch, 'aarch64-') # Test vectors. Note that this uses a hacky script due to path dependency limitations. - run: ./test_vectors/cross_test.sh --target ${{ matrix.arch }} -- cgit v1.2.3-70-g09d2