Skip to content

Commit 3f16b32

Browse files
committed
ci: Use taiki-e/install-action to install cargo-tarpaulin
1 parent a5bfab1 commit 3f16b32

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
@@ -28,10 +28,9 @@ jobs:
2828
uses: Swatinem/rust-cache@v2
2929

3030
- name: Install tarpaulin
31-
uses: actions-rs/cargo@v1
31+
uses: taiki-e/install-action@v2
3232
with:
33-
command: install
34-
args: cargo-tarpaulin
33+
tool: cargo-tarpaulin
3534

3635
# set up backend for integration tests
3736
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)