From ab02eb53b961f0041de2ecd327614dc9a3095365 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 15 Jul 2024 12:58:13 +0200 Subject: [PATCH] chore: set sparse index directly within the container --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cce0cc0..f79a69f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: source $HOME/.cargo/env run: | + export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse $HOME/.cargo/bin/cargo test --release --target ${{ matrix.target }} $HOME/.cargo/bin/cargo test --release --features portable --target ${{ matrix.target }}