ci: pin valgrind to rustc 1.82 (#6998)

This commit is contained in:
Alice Ryhl
2024-11-29 21:50:01 +09:00
committed by GitHub
parent c07257f99f
commit 5dda72d338
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ jobs:
- name: Install Rust ${{ env.rust_stable }}
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.rust_stable }}
toolchain: 1.82
- name: Install Valgrind
uses: taiki-e/install-action@valgrind