From 4777762a6bed98210428308b1f762032db8bf255 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet <44676486+Philippe-Cholet@users.noreply.github.com> Date: Wed, 15 May 2024 16:52:14 +0200 Subject: [PATCH] Faster cargo-semver-checks-action with "manual" toolchain installation --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 239ce2405..df6bf412c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,9 +69,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@stable - uses: obi1kenobi/cargo-semver-checks-action@v2.4 with: - rust-toolchain: stable + rust-toolchain: manual feature-group: all-features # Used to signal to branch protections that all other jobs have succeeded.