Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
- name: Build pointer (wasm + binary)
env:
LEPTOS_BIN_TARGET_TRIPLE: x86_64-unknown-linux-musl
run: cargo leptos build --release -P --bin-features vendored,ssr
run: cargo leptos build --release -P --bin-features ssr

- name: Build pointer-backend
run: cargo build --locked --release -p pointer-backend --target x86_64-unknown-linux-musl --features vendored
run: cargo build --locked --release -p pointer-backend --target x86_64-unknown-linux-musl

- name: Build pointer-indexer
run: cargo build --locked --release -p pointer-indexer --target x86_64-unknown-linux-musl --features vendored
Expand Down
Loading