Try again with caching for emscripten
This commit is contained in:
parent
c1660d201d
commit
2f5a6598fa
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
emsdk-cache-${{ runner.os }}
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
|
||||
|
||||
|
|
@ -45,6 +46,7 @@ jobs:
|
|||
uses: mymindstorm/setup-emsdk@v7
|
||||
with:
|
||||
version: 2.0.11
|
||||
actions-cache-folder: emsdk-cache-${{ runner.os }}
|
||||
|
||||
- name: Build C library
|
||||
run: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue