Skip to content

Commit 8cb787f

Browse files
committed
Save and restore the emscripten cache in CI
1 parent 19c1802 commit 8cb787f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
version: '1.38.47'
1313
- name: install coffee
1414
run: npm install --global coffeescript@1
15+
- uses: actions/cache@v1
16+
id: cache
17+
with:
18+
path: ~/.emscripten_cache
19+
key: emscripten-1.38.47
1520
- name: make
1621
run: make
1722
- name: test

0 commit comments

Comments
 (0)