1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-28 02:56:00 +02:00

typo in ci.yml

This commit is contained in:
Jack O'Connor 2019-12-09 22:13:48 -05:00
parent 8c4cd710c3
commit cbaf350c05

View File

@ -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