Skip to content

Commit

Permalink
Use latest stable rust for valgrind/fmt jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Mar 26, 2024
1 parent b33f41e commit 736cc01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/libssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install valgrind
run: sudo apt-get update && sudo apt-get install -y valgrind
- name: Install build dependencies
Expand Down Expand Up @@ -84,9 +86,8 @@ jobs:
with:
persist-credentials: false
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.67.1
components: rustfmt
- name: Check Rust formatting
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 736cc01

Please sign in to comment.