Skip to content

Commit 0fa47b7

Browse files
committed
--all-features
1 parent c574489 commit 0fa47b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Regular build for non-MUSL targets
3636
- name: Build (non-MUSL)
3737
if: matrix.name != 'linux-musl'
38-
run: cargo build --release --locked
38+
run: cargo build --release --all-features --locked
3939

4040
# Native MUSL build using Alpine Docker
4141
- name: Build (MUSL)
@@ -46,7 +46,7 @@ jobs:
4646
apk add --no-cache musl-dev binutils g++
4747
4848
# Build the project
49-
cargo build --release --locked
49+
cargo build --release --all-features --locked
5050
'
5151
5252
- name: "Upload assets"

0 commit comments

Comments
 (0)