From 4647e8436cfad0b5bb44c0c2e0e5a273311945de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 24 Feb 2023 12:01:49 +0200 Subject: [PATCH] launcher: remove --color=on --- ci/launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/launcher b/ci/launcher index 0b558fc..53f14aa 100755 --- a/ci/launcher +++ b/ci/launcher @@ -13,7 +13,7 @@ do $ZIG build-exe -fno-emit-bin -target $target toolchain/launcher.zig done -$ZIG fmt --color=on --check toolchain/launcher.zig +$ZIG fmt --check toolchain/launcher.zig # until bazel-zig-cc gets a zig toolchain, run launcher's unit tests here. $ZIG test toolchain/launcher.zig