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 7d644c5 commit 5d9db96Copy full SHA for 5d9db96
.github/workflows/main.yml
@@ -29,7 +29,6 @@ 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
.github/workflows/release.yml
@@ -37,6 +37,8 @@ jobs:
37
windows-x64-binaries:
38
39
40
+ - name: bazel visual studio 17.6 workaround # https://github.com/bazelbuild/bazel/issues/18592
41
+ run: Remove-Item -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg" -Force -Recurse
42
- uses: actions/cache@v3
43
with:
44
path: |
0 commit comments