fix checkout path
This commit is contained in:
parent
8663afa12e
commit
a1aa8c2707
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ jobs:
|
|||
resource_class: large
|
||||
working_directory: ~/project/zokrates_js
|
||||
steps:
|
||||
- checkout
|
||||
- checkout:
|
||||
path: ~/project
|
||||
- restore_cache:
|
||||
keys:
|
||||
- js-cache-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
|
|
Loading…
Reference in a new issue