Skip to content

Commit

Permalink
ci: Bump tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Dec 9, 2024
1 parent e62304d commit 18b5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 91,7 @@ jobs:

- name: Install cargo-tarpaulin
run: |
LINK="https://github.com/xd009642/tarpaulin/releases/download/0.20.1/cargo-tarpaulin-0.20.1-travis.tar.gz"
LINK="https://github.com/xd009642/tarpaulin/releases/download/0.22.0/cargo-tarpaulin-0.22.0-travis.tar.gz"
curl -L --output tarpaulin.tar.gz "$LINK"
tar -xzvf tarpaulin.tar.gz
chmod x cargo-tarpaulin
Expand Down

0 comments on commit 18b5f72

Please sign in to comment.