Revert "Remove emscripten caching again"
This reverts commit 94eeb0662f.
This commit is contained in:
parent
8050c4026c
commit
82dad76b98
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
emsdk-cache-${{ runner.os }}
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-emscripten-${{ env.EMSCRIPTEN_VERSION }}
|
||||
|
||||
|
|
@ -53,6 +54,7 @@ jobs:
|
|||
uses: mymindstorm/setup-emsdk@v7
|
||||
with:
|
||||
version: ${{ env.EMSCRIPTEN_VERSION }}
|
||||
actions-cache-folder: emsdk-cache-${{ runner.os }}
|
||||
|
||||
- name: Build C library
|
||||
run: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue