Skip to content

Commit 736cc01

Browse files
committed
Use latest stable rust for valgrind/fmt jobs
1 parent b33f41e commit 736cc01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/libssl.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- uses: actions/checkout@v4
4949
with:
5050
persist-credentials: false
51+
- name: Install rust toolchain
52+
uses: dtolnay/rust-toolchain@stable
5153
- name: Install valgrind
5254
run: sudo apt-get update && sudo apt-get install -y valgrind
5355
- name: Install build dependencies
@@ -84,9 +86,8 @@ jobs:
8486
with:
8587
persist-credentials: false
8688
- name: Install rust toolchain
87-
uses: dtolnay/rust-toolchain@master
89+
uses: dtolnay/rust-toolchain@stable
8890
with:
89-
toolchain: 1.67.1
9091
components: rustfmt
9192
- name: Check Rust formatting
9293
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)