From 3f42b59cccf09ebee46321380b46bbb7f3b9c698 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 13 Aug 2021 02:07:18 -0400 Subject: [PATCH] Remove caching from the main action --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ab24143ba..4c0818f3ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,17 +101,6 @@ jobs: sudo apt-get update sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers - - name: load cache - uses: actions/cache@v2 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ matrix.name }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ matrix.name }}-cargo- - # This is separate for now because webgl isn't hooked up so we can't compile wgpu-core for wasm - name: check web if: matrix.kind == 'webgl'