Skip to content

Commit 751f164

Browse files
committed
Update emscripten to 1.39.14
1 parent e9fa304 commit 751f164

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
@@ -8,12 +8,12 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: mymindstorm/setup-emsdk@b6b33c4
11-
with: {version: '1.39.11'}
11+
with: {version: '1.39.14'}
1212
- uses: actions/cache@v1
1313
id: cache
1414
with:
1515
path: ~/.emscripten_cache
16-
key: emscripten-1.39.11
16+
key: emscripten-1.39.14
1717
- name: make
1818
run: make
1919
- uses: actions/upload-artifact@master

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: mymindstorm/setup-emsdk@v1
16-
with: {version: '1.39.11'}
16+
with: {version: '1.39.14'}
1717
- name: make
1818
run: make
1919
- name: Create Release

0 commit comments

Comments
 (0)