Remove caching from the main action

This commit is contained in:
Dzmitry Malyshau 2021-08-13 02:07:18 -04:00 committed by Dzmitry Malyshau
parent 1e7d86b655
commit 3f42b59ccc

View File

@ -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'