1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

add rustfmt back

This commit is contained in:
schaeff 2019-08-14 11:07:38 +02:00
parent 07507cc89e
commit 0865bfdcea

View file

@ -42,9 +42,9 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }} - v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
# - run: - run:
# name: Check format name: Check format
# command: rustup component add rustfmt-preview; cargo fmt --all -- --check command: rustup component add rustfmt-preview; cargo fmt --all -- --check
- run: - run:
name: Install libsnark prerequisites name: Install libsnark prerequisites
command: ./scripts/install_libsnark_prerequisites.sh command: ./scripts/install_libsnark_prerequisites.sh