Skip to content

Commit 361c65c

Browse files
committed
Altered the emsdk action
1 parent be5897c commit 361c65c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- uses: actions/setup-node@v1
1919
with:
2020
node-version: 12
21-
- uses: lovasoa/setup-emscripten@master
21+
- uses: mymindstorm/setup-emsdk@v6
2222
with:
23-
emscripten-version: "1.39.19"
23+
version: 1.39.19
24+
actions-cache-folder: 'emsdk-cache'
2425
- run: npm install
2526
- run: npm run build
2627
# run: |

0 commit comments

Comments
 (0)