From a63932fe4b0bd2a17df8462b6d7a333108f90055 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sun, 3 Sep 2023 22:48:16 +1000 Subject: [PATCH] Use one-line downloader --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20781b565ba..6a0e7001715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: