Skip to content

Commit b8bb8dd

Browse files
committed
- Go to non-cached grcov build again
1 parent d62528d commit b8bb8dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
- name: Install lcov
2020
run: sudo apt-get install lcov
2121

22-
- uses: taiki-e/cache-cargo-install-action@v2
23-
with:
24-
tool: grcov
22+
- name: install grcov
23+
run: cargo install grcov
2524

2625
- uses: actions/checkout@v2
2726
with:

0 commit comments

Comments
 (0)