From 7df0ef11031556f3184cc7148871491bffa4de7f Mon Sep 17 00:00:00 2001 From: Jonathan Drolet Date: Mon, 18 Sep 2023 15:30:49 -0400 Subject: [PATCH] Fix Windows LLVM to version 15 until bazel 6.4 --- .github/workflows/verible-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index f256a4b958..41720d2098 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -500,7 +500,8 @@ jobs: restore-keys: bazelcache_windows2_ - name: Install dependencies - run: choco install llvm + # Bazel breaks on Windows with LLVM 16. Will be fixed in bazel 6.4 + run: choco install llvm --version=15.0.7 - name: Debug bazel directory settings run: bazel info