Skip to content

Commit

Permalink
Fix Windows LLVM to version 15 until bazel 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
corco committed Sep 18, 2023
1 parent 027794e commit 7df0ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7df0ef1

Please sign in to comment.