This commit is contained in:
Mackenzie Clark 2019-03-23 17:31:49 -07:00
parent 59d02efde4
commit 3369735dc4

View File

@ -38,6 +38,7 @@ jobs:
docker:
- image: circleci/rust:latest
steps:
- checkout
- restore_cache:
keys:
- v1-lint-{{ arch }}-{{ checksum "scripts/install_lib_sodium.sh" }}