We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e00a0f commit d0642c2Copy full SHA for d0642c2
2 files changed
.github/workflows/main.yml
@@ -275,7 +275,7 @@ jobs:
275
wasm:
276
name: 'WASM'
277
container:
278
- image: emscripten/emsdk:2.0.30
+ image: emscripten/emsdk:2.0.31
279
runs-on: ubuntu-latest
280
281
steps:
build/wasm/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM emscripten/emsdk:2.0.30
+FROM emscripten/emsdk:2.0.31
2
3
RUN mkdir /build
4
0 commit comments