File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 63
63
- name : Configure system (Windows)
64
64
# Make Bazel find the right binaries on GitHub. See
65
65
# https://bazel.build/install/windows#bazel_does_not_find_bash_or_bashexe.
66
- # Work around https://github.com/protocolbuffers/protobuf/issues/12947.
67
- # See https://bazel.build/configure/windows#long-path-issues. Note that
68
- # the .bazelrc parser treats backslashes as escape characters, so we have
69
- # to escape them.
70
66
shell : cmd
71
67
run : >-
72
68
ECHO BAZEL_SH=C:\MSYS64\usr\bin\bash.exe>> %GITHUB_ENV%
73
- && MKDIR %RUNNER_TEMP%\output-base
74
- && SUBST O: %RUNNER_TEMP%\output-base
75
- && ECHO startup --output_base='O:\\'>> github.bazelrc
76
69
if : runner.os == 'Windows'
77
70
- name : Configure system (all platforms)
78
71
shell : bash
You can’t perform that action at this time.
0 commit comments