We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e085b80 commit a104591Copy full SHA for a104591
.github/workflows/main.yml
@@ -29,8 +29,11 @@ jobs:
29
- uses: actions/checkout@v3
30
- run: bazel build --config=ci ...
31
build-windows:
32
+ # SEE: https://github.com/bazelbuild/bazel/issues/18592
33
runs-on: windows-latest
34
steps:
35
+ - name: bazel visual studio 17.6 workaround # https://github.com/bazelbuild/bazel/issues/18592
36
+ run: Remove-Item -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg" -Force -Recurse
37
- uses: actions/cache@v3
38
with:
39
path: |
0 commit comments