We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632c319 commit e902ec2Copy full SHA for e902ec2
.github/workflows/CI.yml
@@ -9,14 +9,14 @@ jobs:
9
- uses: actions/checkout@v1
10
- uses: mymindstorm/setup-emsdk@v1
11
with:
12
- version: '1.38.47'
+ version: '1.38.48'
13
- name: install coffee
14
run: npm install --global coffeescript@1
15
- uses: actions/cache@v1
16
id: cache
17
18
path: ~/.emscripten_cache
19
- key: emscripten-1.38.47
+ key: emscripten-1.38.48
20
- name: make
21
run: make
22
- name: test
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
0 commit comments