File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - uses : mymindstorm/setup-emsdk@b6b33c4
11
- with : {version: '1.39.14'}
12
10
- uses : actions/cache@v1
13
11
id : cache
14
12
with :
15
- path : ~/.emscripten_cache
16
- key : emscripten-1.39.14
13
+ path : ' .emsdk-cache'
14
+ key : emscripten-1.39.20
15
+ - uses : mymindstorm/setup-emsdk@2a4a91b
16
+ with :
17
+ version : ' 1.39.20'
18
+ actions-cache-folder : ' .emsdk-cache'
17
19
- name : make
18
20
run : make
19
- - uses : actions/upload-artifact@master
21
+ - uses : actions/upload-artifact@v2
20
22
with : {name: dist, path: dist}
21
23
- name : test
22
24
run : npm ci && npm test
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : mymindstorm/setup-emsdk@v1
16
- with : {version: '1.39.14 '}
15
+ - uses : mymindstorm/setup-emsdk@2a4a91b
16
+ with : {version: '1.39.20 '}
17
17
- name : make
18
18
run : make
19
19
- name : Create Release
You can’t perform that action at this time.
0 commit comments