mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
github: fix static wasm-pack build
This commit is contained in:
parent
0b6b274cfa
commit
24efd61464
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 New Issue
Block a user