Skip to content

Commit 4c9a024

Browse files
authored
Merge pull request #4239 from ProvableHQ/copilot/fix-parameter-downloads-issue
Cache ~/.aleo/resources in CircleCI to fix parameter download failures
2 parents 54658f0 + 0350fc0 commit 4c9a024

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)