You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(github-actions): simplify and consolidate Rust demo workflow
- Merge duplicate toolchain installation steps and broaden OS condition to include `ubuntu24`
- Remove redundant `Install toolchains` block for `ubuntu24`
- Consolidate binary copy logic into a single step with OS‑specific handling for `.exe` files
- Refactor `gitbundle-xtask` execution into one unified step, adding conditional arguments for the mingw path on `ubuntu24-gnullvm`
- Clean up unnecessary `if` conditions and streamline shell commands for better readability and maintenance.
0 commit comments