From aa6d1df1dd90ffb2ea13bb5b9ec4ffd05486b9e4 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 27 Apr 2025 11:41:21 +0200 Subject: [PATCH] Update workflow --- BUILD.bazel | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 1eda9326..e0e3cf8a 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -3,13 +3,9 @@ # the LICENSE file. # TODO: -# - Windows/MSVC support. -# - Pass /utf-8 to MSVC users depending on FTXUI. -# - Pass "FTXUI_MICROSOFT_TERMINAL_FALLBACK" to windows users. -# - Support building benchmark. -# - Support building examples. -# - Support building fuzzer. -# - Support building documentation. +# - Build benchmark. +# - Build fuzzers. +# - Build documentation. # - Enable the two tests timing out. # - Support WebAssembly