From 1819ee4249052716d4cb8bd22c2112f671b93c06 Mon Sep 17 00:00:00 2001 From: ldm0 Date: Fri, 29 Dec 2023 09:54:24 -0800 Subject: [PATCH] ci: Lock cargo-valgrind to 1.3.0 --- .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 8dfde34..8f9343a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - name: Install valgrind dependencies run: | sudo apt-get -y install libc6-dbg - cargo install cargo-valgrind + cargo install cargo-valgrind --version 1.3.0 - name: Cache valgrind id: cache