@@ -14,7 +14,7 @@ BUILD_TIME := $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
# Detect Zig
ifeq($(OS),Windows_NT)
ZIG_BIN:=$(shell where zig 2>nul)
ZIG_BIN:=$(shell where zig 2>/dev/null)
else
ZIG_BIN:=$(shell which zig 2>/dev/null)
endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.