1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

try with quotes

This commit is contained in:
schaeff 2020-05-25 14:06:11 +02:00
parent 86e2ece5db
commit 4f059bf064

View file

@ -44,7 +44,7 @@ jobs:
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run:
name: Check format if rustfmt is available
command: true && ! rustup component add rustfmt || cargo fmt --all -- --check
command: "! rustup component add rustfmt || cargo fmt --all -- --check"
- run:
name: Install libsnark prerequisites
command: ./scripts/install_libsnark_prerequisites.sh