Skip to content

ci: manually specify pkg-fmt as tgz to see if it works now? #5

ci: manually specify pkg-fmt as tgz to see if it works now?

ci: manually specify pkg-fmt as tgz to see if it works now? #5

Workflow file for this run

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"