Skip to content

Commit d0642c2

Browse files
committed
Updated emscripten.
1 parent 9e00a0f commit d0642c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
wasm:
276276
name: 'WASM'
277277
container:
278-
image: emscripten/emsdk:2.0.30
278+
image: emscripten/emsdk:2.0.31
279279
runs-on: ubuntu-latest
280280

281281
steps:

build/wasm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:2.0.30
1+
FROM emscripten/emsdk:2.0.31
22

33
RUN mkdir /build
44

0 commit comments

Comments
 (0)