From 7d209f34c1b5f11fccc5061b8e6dedee77472a79 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Fri, 21 Jan 2022 23:28:12 +0800 Subject: [PATCH] ci: remove `rust-cache` --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6a8dd3a..94765b35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,9 +67,6 @@ jobs: with: profile: minimal toolchain: stable - - uses: Swatinem/rust-cache@v1 - with: - key: ${{ matrix.target }} - name: Install cross run: cargo install --version 0.1.16 cross - name: Run tests