Skip to content

Commit

Permalink
Update emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Feb 29, 2020
1 parent 632c319 commit b3211a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
- uses: actions/checkout@v1
- uses: mymindstorm/setup-emsdk@v1
with:
version: '1.38.47'
version: '1.38.48'
- name: install coffee
run: npm install --global coffeescript@1
- uses: actions/cache@v1
id: cache
with:
path: ~/.emscripten_cache
key: emscripten-1.38.47
key: emscripten-1.38.48
- name: make
run: make
- name: test
Expand Down

0 comments on commit b3211a6

Please sign in to comment.