Commit b58d194
ci: Change Linux target from musl to gnu for GTK compatibility
Switch from x86_64-unknown-linux-musl to x86_64-unknown-linux-gnu target
for Linux builds. The musl target fails for Dioxus desktop apps because
GTK libraries require glibc and cross-compilation setup that's not available
in the GitHub Actions environment.
Also remove musl-tools dependency since we're now using the standard GNU libc target.
prompts:
- Run cargo build --release --target x86_64-unknown-linux-musl --package markdown-neuraxis-dioxus (followed by pkg-config cross-compilation error)
- use ci: prefix for all ci yml
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5f82582 commit b58d194
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments