Skip to content

Commit 89a794a

Browse files
committed
Skip building examples on Windows with Bazel 7
1 parent 75a2030 commit 89a794a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ jobs:
262262
bazel:
263263
- "6.x"
264264
- "7.x"
265+
exclude:
266+
# TODO(cb) add full support for Bazel 7
267+
- os: windows-latest
268+
bazel: "7.x"
265269
env:
266270
USE_BAZEL_VERSION: ${{ matrix.bazel }}
267271
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)