From 4c931784880d07748e17631d7bb76ac6d9edc26a Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 5 Feb 2021 10:27:18 -0800 Subject: [PATCH] Revert "Revert "Remove emscripten caching again"" This reverts commit 82dad76b98519e56685e73b1dc3d2cdc86a074d1. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e884f816..3fe315ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git - emsdk-cache-${{ runner.os }} target key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-emscripten-${{ env.EMSCRIPTEN_VERSION }} @@ -54,7 +53,6 @@ jobs: uses: mymindstorm/setup-emsdk@v7 with: version: ${{ env.EMSCRIPTEN_VERSION }} - actions-cache-folder: emsdk-cache-${{ runner.os }} - name: Build C library run: make