Skip to content

Commit b3211a6

Browse files
committed
Update emsdk
1 parent 632c319 commit b3211a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)