Skip to content

Commit f28e665

Browse files
notmandatorydanielabrozzoni
authored andcommitted
ci: update code_coverage workflow to use rust stable version
1 parent edfd4c2 commit f28e665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rust toolchain
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: "1.67.0"
22+
toolchain: stable
2323
override: true
2424
profile: minimal
2525
components: llvm-tools-preview

0 commit comments

Comments
 (0)