Skip to content

Commit a104591

Browse files
authored
chore(ci): bazel visual studio 17.6 workaround (#272)
1 parent e085b80 commit a104591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- run: bazel build --config=ci ...
3131
build-windows:
32+
# SEE: https://github.com/bazelbuild/bazel/issues/18592
3233
runs-on: windows-latest
3334
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
3437
- uses: actions/cache@v3
3538
with:
3639
path: |

0 commit comments

Comments
 (0)