Skip to content

Commit

Permalink
Use one-line downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 3, 2023
1 parent d213ac6 commit a63932f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-semver-checks@0.22.1
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.22.1/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
shell: bash
- uses: obi1kenobi/cargo-semver-checks-action@v2

rustfmt:
Expand Down

0 comments on commit a63932f

Please sign in to comment.