mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
github: fix static wasm-pack build
This commit is contained in:
committed by
nitnelave
parent
0b6b274cfa
commit
24efd61464
@@ -85,6 +85,8 @@ jobs:
|
|||||||
run: npm install -g rollup
|
run: npm install -g rollup
|
||||||
- name: install wasm-pack with cargo
|
- name: install wasm-pack with cargo
|
||||||
run: cargo install wasm-pack || true
|
run: cargo install wasm-pack || true
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: ""
|
||||||
- name: build frontend
|
- name: build frontend
|
||||||
run: ./app/build.sh
|
run: ./app/build.sh
|
||||||
- name: check path
|
- name: check path
|
||||||
|
|||||||
Reference in New Issue
Block a user