Zig Version
0.12.0-dev.3002+9d7082972
Steps to Reproduce and Observed Behavior
When executing a zig build via a GitHub Action on ubuntu-latest it fails with the following error message.
build.zig.zon:12:20: error: invalid HTTP response: EndOfStream
Running the same zig build on macos-latest works without any issues
Expected Behavior
Successful fetch of packages when building on Linux, as is the case with the macOS build