Skip to content

Commit a675f5c

Browse files
committed
Use cargo sparse index
1 parent c9e5e18 commit a675f5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {}

0 commit comments

Comments
 (0)