Skip to content

Commit 0e21685

Browse files
committed
[build] try a shorter output directory on windows
It looks like github actions runner update broke long paths feature
1 parent 9938f15 commit 0e21685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bazel.yml

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
rm "$env:ChromeWebDriver" -r -v
9292
rm "$env:EdgeWebDriver" -r -v
9393
rm "$env:GeckoWebDriver" -r -v
94+
- name: Create .bazelrc file
95+
if: inputs.os == 'windows'
96+
run: |
97+
echo "startup --output_user_root=D:/bzl" >> .bazelrc.local
9498
- name: Remove driver directories Non-Windows
9599
if: inputs.os != 'windows'
96100
run: |

0 commit comments

Comments
 (0)