We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
d421f5e
Fixed in 2.12.19. Thanks for the report!
No branches or pull requests
Since today, the following CI step is consistently failing:
with the error
The text was updated successfully, but these errors were encountered: