Skip to content

Commit

Permalink
Try a workaround suggested here: actions/runner-images#10001
Browse files Browse the repository at this point in the history
  • Loading branch information
sconwayaus committed Jun 8, 2024
1 parent b1cbf25 commit e2dfda5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,13 @@ jobs:
choco install bazel --force --version=6.4.0
choco install winflexbison3
- name: Workaround C++ clang
run: |
clang --version
choco upgrade llvm
# $env:PATH = ($env:PATH -split ';' | Where-Object { $_ -ne 'C:\Program Files\LLVM\bin' }) -join ';'
clang --version
- name: Debug bazel directory settings
# We need to explicitly call the bazel binary from choco, otherwise
# the default Windows runner seems to run bazelisk(?) and downloads the
Expand Down

0 comments on commit e2dfda5

Please sign in to comment.