We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d7527 commit ac483a6Copy full SHA for ac483a6
1 file changed
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Install cargo-binstall
64
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
65
- name: Install cargo-tarpaulin
66
- run: cargo binstall cargo-tarpaulin --no-confirm
+ run: cargo binstall cargo-tarpaulin --no-confirm --force
67
68
- name: Cache cargo registry + target
69
uses: actions/cache@v5
0 commit comments