mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
bump emscripten version used to build wasm artifact (#6136)
This commit is contained in:
parent
f82ca197d2
commit
db09d38134
2
.github/workflows/wasm-release.yml
vendored
2
.github/workflows/wasm-release.yml
vendored
|
@ -10,7 +10,7 @@ defaults:
|
||||||
working-directory: src/api/js
|
working-directory: src/api/js
|
||||||
|
|
||||||
env:
|
env:
|
||||||
EM_VERSION: 3.1.0
|
EM_VERSION: 3.1.15
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -10,7 +10,7 @@ defaults:
|
||||||
working-directory: src/api/js
|
working-directory: src/api/js
|
||||||
|
|
||||||
env:
|
env:
|
||||||
EM_VERSION: 3.1.0
|
EM_VERSION: 3.1.15
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue