Commit 441bebe
committed
fix(ci): properly disable audio feature for musl builds
The previous fix (PR #100) didn't fully disable the audio feature because
the workspace dependency still had default-features enabled.
This changes the workspace dependency for cortex-tui to have
default-features = false, allowing cortex-cli to properly control
which features are enabled via its own feature flags.1 parent 0373d6b commit 441bebe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments