Skip to content

Commit 6ce10ee

Browse files
authored
Windows... (#3411)
1 parent 4c4b83b commit 6ce10ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ inputs.trigger-sha || github.ref }}
2020
- name: Build
21-
run: bazel build //...
21+
run: bazel build -k //...
2222

2323
explore-windows:
2424
runs-on: windows-x86-n2-16
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
ref: ${{ inputs.trigger-sha || github.ref }}
2929
- name: Build
30-
run: bazel build //...
30+
run: bazel --output_user_root="C:/tmp" --windows_enable_symlinks build -k //...

0 commit comments

Comments
 (0)