We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c574489 commit 0fa47b7Copy full SHA for 0fa47b7
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
# Regular build for non-MUSL targets
36
- name: Build (non-MUSL)
37
if: matrix.name != 'linux-musl'
38
- run: cargo build --release --locked
+ run: cargo build --release --all-features --locked
39
40
# Native MUSL build using Alpine Docker
41
- name: Build (MUSL)
@@ -46,7 +46,7 @@ jobs:
46
apk add --no-cache musl-dev binutils g++
47
48
# Build the project
49
- cargo build --release --locked
+ cargo build --release --all-features --locked
50
'
51
52
- name: "Upload assets"
0 commit comments