1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +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
working_directory: ~/project/zokrates_js
steps:
- checkout
- checkout:
path: ~/project
- restore_cache:
keys:
- js-cache-{{ .Environment.CACHE_VERSION }}-{{ arch }}-{{ checksum "Cargo.lock" }}