From 7b6f4439bb6c421873fab9941cb7eb6a069d581c Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Mon, 31 Mar 2025 04:03:31 -0500 Subject: [PATCH] Install correct locked version of iai-callgrind-runner in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4f447d..ab63d3af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: - name: Install CLI tools run: | cargo install cargo2junit --force - version=`yq -ptoml -oy -r '.target.*.dev-dependencies.iai-callgrind|select(.)' Cargo.toml` + version=`yq -ptoml -oj -r '.package[] | select(.name == "iai-callgrind") | .version' Cargo.lock` echo installing iai-callgrind "$version" cargo install iai-callgrind-runner --force --version "$version" sudo apt install valgrind -y -- 2.54.0