Open
Description
Zig Version
0.11.0-dev.1606+3c2a43fdc
Steps to Reproduce and Observed Behavior
- Create a Zig project using either
zig init-lib
orzig init-exe
- Create a build.zig.zon file:
.{
.name = "viisi",
.description = "A RISC-V hobby computer inspired by old 80s/90s UNIX workstations",
.version = "0.1.0",
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/272d8e2088b2cae037349fb260dc05ec46bba422.tar.gz",
},
},
}
- Run
zig build
Expected Behavior
It should be able to resolve github.com and download the file.