DravenK
DravenK
>  😂😂😂 ``` zig fetch --global-cache-dir vendor --save https://github.com/andrewrk/mime/archive/refs/tags/1.0.0.tar.gz ``` I recently started using zig and investigating how to use vendor to store all dependencies like `composer` or `cargo`...
``` zig fetch --global-cache-dir vendor xxx.tag.gz ``` ``` zig build --global-cache-dir vendor ``` 🤔🤔🤔 This does not built using vendor.
``` zig version 0.14.0-dev.1887+008acd054 ``` I tried to reproduce the problem on my computer. This error occurs when multiple test commands are opened in the shell tab. 
@kardianos I don't know why should we configure the .net client. I have the same problam.