Skip to content

Commit 87aeb6d

Browse files
committed
fix release features
1 parent 9a70058 commit 87aeb6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
- name: Build pointer (wasm + binary)
8080
env:
8181
LEPTOS_BIN_TARGET_TRIPLE: x86_64-unknown-linux-musl
82-
run: cargo leptos build --release -P --bin-features vendored,ssr
82+
run: cargo leptos build --release -P --bin-features ssr
8383

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

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

0 commit comments

Comments
 (0)