Skip to content

Commit 0350fc0

Browse files
Copilotvicsn
andauthored
fix: cache ~/.aleo/resources in CircleCI to prevent repeated parameter downloads
Agent-Logs-Url: https://github.com/ProvableHQ/snarkOS/sessions/dd012ddf-42f1-46dc-a6e6-354711aae637 Co-authored-by: vicsn <24724627+vicsn@users.noreply.github.com>
1 parent 001fb8e commit 0350fc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ commands:
147147
- ~/.cache/sccache
148148
# Store the cargo registry
149149
- ~/.cargo
150+
# Store the Aleo parameters
151+
- ~/.aleo/resources
150152

151153
run_serial:
152154
description: "Build and run tests"

0 commit comments

Comments
 (0)