Skip to content

Commit

Permalink
Update emsdk in CI (sql-js#409)
Browse files Browse the repository at this point in the history
* Update emsdk in CI

* Update release.yml

* Update CI.yml
  • Loading branch information
lovasoa authored Jul 24, 2020
1 parent 8fea354 commit 649713c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@b6b33c4
with: {version: '1.39.14'}
- uses: actions/cache@v1
id: cache
with:
path: ~/.emscripten_cache
key: emscripten-1.39.14
path: '.emsdk-cache'
key: emscripten-1.39.20
- uses: mymindstorm/setup-emsdk@2a4a91b
with:
version: '1.39.20'
actions-cache-folder: '.emsdk-cache'
- name: make
run: make
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v2
with: {name: dist, path: dist}
- name: test
run: npm ci && npm test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@v1
with: {version: '1.39.14'}
- uses: mymindstorm/setup-emsdk@2a4a91b
with: {version: '1.39.20'}
- name: make
run: make
- name: Create Release
Expand Down

0 comments on commit 649713c

Please sign in to comment.