1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

fix checkout path

This commit is contained in:
dark64 2022-01-28 14:36:18 +01:00
parent 8663afa12e
commit a1aa8c2707

View file

@ -125,7 +125,8 @@ jobs:
resource_class: large resource_class: large
working_directory: ~/project/zokrates_js working_directory: ~/project/zokrates_js
steps: steps:
- checkout - checkout:
path: ~/project
- restore_cache: - restore_cache:
keys: keys:
- js-cache-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "Cargo.lock" }} - js-cache-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "Cargo.lock" }}