fix: bazel is green
Some checks failed
CI / test (ubuntu-latest, linux-x64) (pull_request) Failing after 31s
Copilot Setup Steps / copilot-setup-steps (pull_request) Failing after 37s
CI / test (macos-14, darwin-arm64) (pull_request) Has been cancelled
CI / test (windows-latest, windows) (pull_request) Has been cancelled

This commit is contained in:
eric
2026-03-04 09:47:09 +01:00
parent 129d4598f6
commit aee9025bda

View File

@@ -88,7 +88,7 @@
name = "Bazel"; name = "Bazel";
bin = "${bazel9}/bin/bazel"; bin = "${bazel9}/bin/bazel";
versionCmd = "--version"; versionCmd = "--version";
color = "BLUE"; color = "GREEN";
} }
]; ];