mirror of
https://github.com/Z3Prover/z3
synced 2026-06-09 18:40:59 +00:00
Add working directory for wasm build step
This commit is contained in:
parent
a912bfe05d
commit
9ffc7e4b80
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
||||||
run: npm run build:ts
|
run: npm run build:ts
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
|
working-directory: src/api/js
|
||||||
run: |
|
run: |
|
||||||
emsdk install ${EM_VERSION}
|
emsdk install ${EM_VERSION}
|
||||||
emsdk activate ${EM_VERSION}
|
emsdk activate ${EM_VERSION}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue