Commit 0d3f083
fix(ci): use cargo build for dioxus example (#411)
* fix(ci): use cargo build for dioxus example
The dioxus example is a plain desktop app with no dx-specific features.
Replace `dx build` with `cargo build --release` so the binary lands in
`target/release/` where cargo-packager expects it.
This fixes the package CI job on all three platforms:
- macOS/Windows: binary now at the expected path
- Ubuntu: no longer requires GLIBC 2.38+ from the dx binary
Remove the `cargo binstall dioxus-cli` CI step (no longer needed).
* add todo
---------
Co-authored-by: Fabian-Lars <118197967+FabianLars-crabnebula@users.noreply.github.com>1 parent 949ec2c commit 0d3f083
File tree
2 files changed
+3
-2
lines changed- .github/workflows
- examples/dioxus
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments