mirror of
https://github.com/Z3Prover/z3
synced 2025-12-24 05:03:45 +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
|
||||
|
||||
- name: Build wasm
|
||||
working-directory: src/api/js
|
||||
run: |
|
||||
emsdk install ${EM_VERSION}
|
||||
emsdk activate ${EM_VERSION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue