We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fa304 commit 751f164Copy full SHA for 751f164
.github/workflows/CI.yml
@@ -8,12 +8,12 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- uses: mymindstorm/setup-emsdk@b6b33c4
11
- with: {version: '1.39.11'}
+ with: {version: '1.39.14'}
12
- uses: actions/cache@v1
13
id: cache
14
with:
15
path: ~/.emscripten_cache
16
- key: emscripten-1.39.11
+ key: emscripten-1.39.14
17
- name: make
18
run: make
19
- uses: actions/upload-artifact@master
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v1
- name: Create Release
0 commit comments