Skip to content

Commit 444c764

Browse files
authored
[Rust] Fix Github Rust Workflow (#1090)
1 parent eec7790 commit 444c764

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/rust_coverage.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ jobs:
1717
submodules: true
1818

1919
- name: Install rust toolchain
20-
uses: actions-rs/toolchain@v1
20+
uses: dtolnay/rust-toolchain@stable
2121
with:
2222
toolchain: stable
23-
override: true
2423

2524
- name: Install cargo-llvm-cov
26-
uses: actions-rs/cargo@v1
27-
with:
28-
command: install
29-
args: cargo-llvm-cov
25+
run: cargo install cargo-llvm-cov
3026

3127
- name: Generate code coverage
3228
working-directory: ./rust

0 commit comments

Comments
 (0)