Files
obdash/.gitea/workflows
justin 9ac85aea11
Build binaries / macos (push) Successful in 44s
Build binaries / linux-amd64 (push) Successful in 1m26s
Build binaries / linux-arm64 (push) Successful in 1m51s
Build binaries / windows (push) Successful in 5m59s
CI(windows): pip --no-cache-dir to reduce disk use
Windows runs were failing with OSError 28 (No space left on device) while
downloading PySide6 -- the runner disk is full (compounded by leftover act
caches from earlier failed runs). --no-cache-dir avoids keeping wheel copies.
The runner still needs disk freed; this just trims the footprint.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016yT89n4zR4qbrySoSiEyZs
2026-06-30 16:31:28 -04:00
..