File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,8 @@ jobs:
436436 # at the same time, hence we use this workaround.
437437 QUICKCHECK_TESTS : 0
438438 run : |
439+ cargo install cargo-edit
440+ cargo config set registry.index "sparse+https://index.crates.io/"
439441 rustup toolchain remove nightly-2025-02-20
440442 rustup toolchain remove 1.85.0
441443 rustup toolchain remove stable
@@ -777,6 +779,8 @@ jobs:
777779 MANIFEST_PATH : " "
778780 CONTRACT_SIZE_FILE : " measurements-${{ steps.extract_branch.outputs.branch }}/contract_size_"
779781 run : |
782+ cargo install cargo-edit
783+ cargo config set registry.index "sparse+https://index.crates.io/"
780784 mkdir -p measurements-${{ steps.extract_branch.outputs.branch }}/
781785 scripts/for_all_contracts_exec2.sh --path integration-tests --partition ${{ matrix.partition }}/20 --ignore integration-tests/public/multi-contract-caller -- \
782786 scripts/build_and_determine_contract_size.sh {}
You can’t perform that action at this time.
0 commit comments