mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
github: fix static wasm-pack build
This commit is contained in:
parent
0b6b274cfa
commit
24efd61464
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-build-static.yml
vendored
2
.github/workflows/docker-build-static.yml
vendored
|
@ -85,6 +85,8 @@ jobs:
|
|||
run: npm install -g rollup
|
||||
- name: install wasm-pack with cargo
|
||||
run: cargo install wasm-pack || true
|
||||
env:
|
||||
RUSTFLAGS: ""
|
||||
- name: build frontend
|
||||
run: ./app/build.sh
|
||||
- name: check path
|
||||
|
|
Loading…
Reference in a new issue