Skip to content

Commit

Permalink
ci: pin valgrind to rustc 1.82 (#6998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Nov 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c07257f commit 5dda72d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_stable: 1.82

permissions:
contents: read

0 comments on commit 5dda72d

Please sign in to comment.