Skip to content

Commit

Permalink
pin rustc for valgrind CI (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Dec 3, 2024
1 parent 771d9c5 commit 0f8dbd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
matrix:
os: [ubuntu-latest]
rust:
- stable
# 1.83 causes cargo-valgrind
# to fail, so we pin until that
# gets resolved
- 1.82.0
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit 0f8dbd9

Please sign in to comment.