Files
pyxis/.github/workflows
Torlando d73a48f4b2 ci: apt-get update before installing libbz2-dev in native17 job
The microreticulum-native job installs libbz2-dev without a preceding
apt-get update. When the ubuntu-latest runner's apt index is stale, the
install 404s against the security mirror (pinned libbz2 1.0.8-5.1build0.1
no longer at the indexed URL) and the job fails before any test runs.
This flake is pre-existing — main's own merge commit for PR #92 (520554b)
failed the same way. The sibling pyxis-pytest job already updates before
its install; apply the same here.
2026-09-02 19:36:03 +00:00
..