Zig build sometimes unable to find file

Sometimes when I try to build I get the following error:

unable to open '': FileNotFound
error: the following build command failed with exit code 1:
/home/ab55al/personal/prog/glass-dap/.zig-cache/o/05d5aa237fd4a1389ece700edddbaf5f/build /home/ab55al/.local/bin/zig-linux-x86_64-0.14.0/zig /home/ab55al/.local/bin/zig-linux-x86_64-0.14.0/lib /home/ab55al/personal/prog/glass-dap /home/ab55al/personal/prog/glass-dap/.zig-cache /home/ab55al/.cache/zig --seed 0x46560046 -Z0847254afdb22c8c run -freference-trace -- --cwd /home/ab55al/personal/prog/terminal-emulator --debug_connection

Here’s my build.zig zig version 0.14.0 but I’ve had the same problem in 0.13.0

thanks, I’m glad it’s already fixed.