mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +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
|
||||
|
||||
env:
|
||||
EM_VERSION: 3.1.0
|
||||
EM_VERSION: 3.1.15
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -10,7 +10,7 @@ defaults:
|
|||
working-directory: src/api/js
|
||||
|
||||
env:
|
||||
EM_VERSION: 3.1.0
|
||||
EM_VERSION: 3.1.15
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue