Remove emscripten caching again

This commit is contained in:
Max Brunsfeld 2021-01-11 16:13:43 -08:00
parent 4bedff9c75
commit 94eeb0662f

View file

@ -32,7 +32,6 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
emsdk-cache-${{ runner.os }}
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-emscripten-${{ env.EMSCRIPTEN_VERSION }}
@ -48,7 +47,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