Skip to content

Commit 004fdcb

Browse files
committed
Replace cargo-install with install-action
1 parent 14e8244 commit 004fdcb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
~/.cargo/git/db/
4545
target/
4646
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
47-
- name: Setup test coverage env
47+
- name: Setup grcov
48+
uses: taiki-e/install-action@v2
49+
with:
50+
tool: grcov
51+
- name: Setup llvm-tools
4852
run: |
49-
cargo install grcov
5053
rustup component add llvm-tools
5154
- run: cargo test --locked
5255
env:

0 commit comments

Comments
 (0)