mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
a251595467
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