mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +00:00
Add working directory for wasm build step
This commit is contained in:
parent
da2c4dde69
commit
0f990b0c11
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