Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Aug 26, 2019
1 parent 06ebd6c commit eb4a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -5,7 +5,7 @@ test_task:
- image: freebsd-11-3-release-amd64
cargo_cache:
folder: $CARGO_HOME/registry
fingerprint_script: cat Cargo.lock
fingerprint_script: cat Cargo.lock || echo 'nope'
before_cache_script: rm -rf $CARGO_HOME/registry/index
install_script: pkg install -y rust
build_script: cargo build --verbose
Expand Down

0 comments on commit eb4a432

Please sign in to comment.