From a5fd41dbd1bd35304ad9a5cf7df856ce6d45e331 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sat, 24 Apr 2021 23:45:34 +0530 Subject: [PATCH] temporarily remove cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd93afc..1c931af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,8 +143,8 @@ jobs: toolchain: stable target: x86_64-unknown-linux-gnu override: true - - name: Rust Cache - uses: Swatinem/rust-cache@v1.2.0 + # - name: Rust Cache + # uses: Swatinem/rust-cache@v1.2.0 - name: Login to Docker Hub uses: docker/login-action@v1 with: