Skip to content

Commit

Permalink
Update emscripten to 1.39.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed May 23, 2020
1 parent e9fa304 commit 751f164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@b6b33c4
with: {version: '1.39.11'}
with: {version: '1.39.14'}
- uses: actions/cache@v1
id: cache
with:
path: ~/.emscripten_cache
key: emscripten-1.39.11
key: emscripten-1.39.14
- name: make
run: make
- uses: actions/upload-artifact@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@v1
with: {version: '1.39.11'}
with: {version: '1.39.14'}
- name: make
run: make
- name: Create Release
Expand Down

0 comments on commit 751f164

Please sign in to comment.