We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.12.0
I think this is more like a feature request than a bug.
This works
zig fetch --save https://github.com/kubkon/zig-yaml/archive/refs/heads/main.tar.gz
But this does not.
zig fetch --save https://github.com/kubkon/zig-yaml/archive/refs/heads/main.zip error: unrecognized 'Content-Type' header: 'application/zip'
Zig can fetch zip archive without error since not every published packages are tar.gz
The text was updated successfully, but these errors were encountered:
note #19729 implements this and is a duplicate of #17408
Sorry, something went wrong.
Thanks, closing this because duplicated
No branches or pull requests
Zig Version
0.12.0
Steps to Reproduce and Observed Behavior
I think this is more like a feature request than a bug.
This works
But this does not.
Expected Behavior
Zig can fetch zip archive without error since not every published packages are tar.gz

The text was updated successfully, but these errors were encountered: