taiki-e / install-action

GitHub Action for installing development tools (mainly from GitHub Releases).
Apache License 2.0
261 stars 32 forks source link

tarpaulin installation is broken #167

Closed jplatte closed 1 year ago

jplatte commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Fixed in 2.12.19. Thanks for the report!