We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a70058 commit 87aeb6dCopy full SHA for 87aeb6d
1 file changed
.github/workflows/release.yml
@@ -79,10 +79,10 @@ jobs:
79
- name: Build pointer (wasm + binary)
80
env:
81
LEPTOS_BIN_TARGET_TRIPLE: x86_64-unknown-linux-musl
82
- run: cargo leptos build --release -P --bin-features vendored,ssr
+ run: cargo leptos build --release -P --bin-features ssr
83
84
- name: Build pointer-backend
85
- 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
86
87
- name: Build pointer-indexer
88
run: cargo build --locked --release -p pointer-indexer --target x86_64-unknown-linux-musl --features vendored
0 commit comments