Skip to content

Commit ac483a6

Browse files
authored
Update publish.yml
1 parent 56d7527 commit ac483a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install cargo-binstall
6464
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
6565
- name: Install cargo-tarpaulin
66-
run: cargo binstall cargo-tarpaulin --no-confirm
66+
run: cargo binstall cargo-tarpaulin --no-confirm --force
6767

6868
- name: Cache cargo registry + target
6969
uses: actions/cache@v5

0 commit comments

Comments
 (0)