From 85c968209fe9ebc0156a1562924407f376c647ac Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 25 Oct 2024 15:12:21 +0200 Subject: [PATCH] Fix ci on master (Does not compute) --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97c3dd1c..42b4067e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,10 +117,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: swatinem/rust-cache@v2 - with: - key: ${{ join(matrix.targets, '-') }} - cache-provider: ${{ matrix.cache_provider }} - name: Install cargo-dist run: ${{ matrix.install_dist }} # Get the dist-manifest