Anybody else seeing a silent failure when running zig build on Windows with the current Zig nightly? (0.16.0-dev.1225+bf9082518)?
I first noticed in the sokol-zig CI, but can reproduce it on my Windows machine.
The zig build process just stops with a non-zero error code while fetching packages. Running the command again starts to fetch packages again.
On macOS it works fine, didn’t get around testing on Linux.