Skip to content

Commit e902ec2

Browse files
committed
Update emsdk
1 parent 632c319 commit e902ec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: mymindstorm/setup-emsdk@v1
1111
with:
12-
version: '1.38.47'
12+
version: '1.38.48'
1313
- name: install coffee
1414
run: npm install --global coffeescript@1
1515
- uses: actions/cache@v1
1616
id: cache
1717
with:
1818
path: ~/.emscripten_cache
19-
key: emscripten-1.38.47
19+
key: emscripten-1.38.48
2020
- name: make
2121
run: make
2222
- name: test

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: mymindstorm/setup-emsdk@v1
1616
with:
17-
version: '1.38.47'
17+
version: '1.38.48'
1818
- name: install coffee
1919
run: npm install --global coffeescript@1
2020
- name: make

0 commit comments

Comments
 (0)