HathorNetwork / HathorNetwork/hathor-forge
Fix Windows CI build (currently a no-op placeholder)
- Dominant language
- Rust
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The Windows build job in `.github/workflows/build.yml` has `continue-on-error: true` on every meaningful step. It always passes regardless of actual build success.
**Required:**
- Remove `continue-on-error: true` from build steps
- Ensure Windows build actually compiles and produces working artifacts
- Fix any underlying build issues on the Windows target
Contributor guide
Research direction
Start with .github/workflows/build.yml and inspect every Windows build step that uses continue-on-error. Run the Windows job after removing those allowances, then investigate the failures it exposes. Done means the Windows target compiles successfully and produces working artifacts without masked errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- build-system, ci-cd, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100