try with quotes
This commit is contained in:
parent
86e2ece5db
commit
4f059bf064
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue