From fdc151a8853a92e9fb1e9943ec51f9d3db5c68a1 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 23 Apr 2021 17:00:49 +0530 Subject: [PATCH] experiment with removing 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 93c97b7..0374c63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,8 @@ jobs: toolchain: stable target: ${{ matrix.target }} override: true - - name: Rust Cache - uses: Swatinem/rust-cache@v1.2.0 + # - name: Rust Cache + # uses: Swatinem/rust-cache@v1.2.0 # - name: Install PowerPC GCC # if: matrix.target == 'powerpc64-unknown-linux-gnu' # run: |