Skip to content

Commit 5d9db96

Browse files
authored
chore(ci): release script bazel vs 17.6 workaround (#274)
1 parent 7d644c5 commit 5d9db96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- run: bazel build --config=ci ...
3131
build-windows:
32-
# SEE: https://github.com/bazelbuild/bazel/issues/18592
3332
runs-on: windows-latest
3433
steps:
3534
- name: bazel visual studio 17.6 workaround # https://github.com/bazelbuild/bazel/issues/18592

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
windows-x64-binaries:
3838
runs-on: windows-latest
3939
steps:
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
4042
- uses: actions/cache@v3
4143
with:
4244
path: |

0 commit comments

Comments
 (0)