Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarpaulin installation is broken #167

Closed
jplatte opened this issue Jul 27, 2023 · 2 comments
Closed

tarpaulin installation is broken #167

jplatte opened this issue Jul 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jplatte
Copy link

jplatte commented Jul 27, 2023

Since today, the following CI step is consistently failing:

    - name: Install tarpaulin
      uses: taiki-e/install-action@v2
      with:
        tool: cargo-tarpaulin

with the error

info: verifying sha256 checksum for cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz
sha256sum: WARNING: 1 computed checksum did NOT match
@taiki-e
Copy link
Owner

taiki-e commented Jul 27, 2023

It seems the tarpaulin maintainer re-compiled binaries for 0.26.0.

Looking at the issue, it appears that the 0.26.0 release workflow was also accidentally retriggered when addressing a problem with the 0.26.1 release.

@taiki-e
Copy link
Owner

taiki-e commented Jul 27, 2023

Fixed in 2.12.19. Thanks for the report!

@taiki-e taiki-e added the bug Something isn't working label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants