From dee899f3b5ae465dccd652110264cc145aeed797 Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Fri, 22 Nov 2024 22:47:25 +0000 Subject: [PATCH] Test with no cache --- .github/workflows/check-semver.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 78602410cdf65..7d6d73a1aee66 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -62,11 +62,6 @@ jobs: echo "PRDOC_EXTRA_ARGS=--max-bump minor" >> $GITHUB_ENV - - name: Rust Cache - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - with: - cache-on-failure: true - - name: Rust compilation prerequisites run: | rustup default $TOOLCHAIN