ci: manually specify pkg-fmt
as tgz
to see if it works now?
#5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Show the problem on every commit | |
on: | |
push: | |
jobs: | |
repro: | |
strategy: | |
matrix: | |
os: [macos-latest, ubuntu-latest, windows-latest] | |
runs-on: ${{ matrix.os }} | |
timeout-minutes: 15 | |
name: on ${{ matrix.os }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: taiki-e/install-action@cargo-binstall | |
- run: cargo binstall -y --verbose cargo-msrv --pkg-url "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }" --pkg-fmt "tgz" |