mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
leptos chat ui renders
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -134,7 +134,12 @@ jobs:
|
||||
- name: Add target
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: Build binary
|
||||
- name: Build UI
|
||||
run: cargo install --locked cargo-leptos && cd crates/chat-ui && cargo leptos build --release
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
- name: Build Binary
|
||||
run: cargo build --release --target ${{ matrix.target }} -p predict-otron-9000 -p cli
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
Reference in New Issue
Block a user