mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove caching from the main action
This commit is contained in:
parent
1e7d86b655
commit
3f42b59ccc
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user