From c1660d201d2547ae18f9a4512412879d238a86c3 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 11 Jan 2021 14:37:42 -0800 Subject: [PATCH] Don't cache emscripten stuff for now --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2baee151..66d90968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git - emsdk-cache target key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} @@ -46,7 +45,6 @@ jobs: uses: mymindstorm/setup-emsdk@v7 with: version: 2.0.11 - actions-cache-folder: emsdk-cache - name: Build C library run: make