Skip to content

Commit

Permalink
ci: pin valgrind on 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Nov 29, 2024
1 parent c07257f commit bd4af33
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd4af33

Please sign in to comment.