From 790e784ce7ca5f770a77330faa706435ab34fb2e Mon Sep 17 00:00:00 2001 From: David Holroyd Date: Mon, 3 Jun 2024 17:05:56 +0100 Subject: [PATCH] Attempt to fix "Unable to fetch some archives" --- .github/workflows/pr-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-benchmark.yml b/.github/workflows/pr-benchmark.yml index 195ac0d..86622ca 100644 --- a/.github/workflows/pr-benchmark.yml +++ b/.github/workflows/pr-benchmark.yml @@ -14,7 +14,7 @@ jobs: lfs: true - uses: cargo-bins/cargo-binstall@main - - run: sudo apt-get install valgrind + - run: sudo apt update && sudo apt install valgrind - run: cargo binstall --no-confirm iai-callgrind-runner@0.10.2 - run: | IAI_CALLGRIND_COLOR=never cargo bench --bench ci_bench > benchmark_results.txt