From 87cac97a2d15e2e962c6f916ec9c69e3e83ed87e Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Mon, 26 Apr 2021 01:03:00 +0530 Subject: [PATCH] Add cache action back --- .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 1c931af..bd93afc 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: