Hi,
Specs:
- Windows 10 x64
- Zig 0.14.1
Cloning the repository and running zig build -j1 gives this error:
PS D:\Zig\zigmod> zig build -j1
install
└─ install zigmod
└─ zig build-exe zigmod Debug native
└─ zig build-lib dummy Debug native 1 errors
error: failed to check cache: 'D:\Zig\zigmod\.zig-cache\zigmod\deps\git\github.com\yaml\libyaml\2c891fc7a770e8ba2fec34fc6b545c672beb37e6\src\api.c' file_hash FileNotFound
error: the following command failed with 1 compilation errors:
...
Hi,
Specs:
Cloning the repository and running
zig build -j1gives this error: