Skip to content

Commit 96f7990

Browse files
authored
Update publish.yml
1 parent 8994a50 commit 96f7990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- uses: actions-rust-lang/setup-rust-toolchain@v1
19-
- name: Cargo tarpaulin
20-
run: cargo install cargo-tarpaulin
19+
- name: Run cargo-tarpaulin
20+
uses: actions-rs/tarpaulin@v0.1
2121
- uses: pnpm/action-setup@v4
2222
name: Install pnpm
2323
with:

0 commit comments

Comments
 (0)