File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,9 @@ jobs:
120120 - name : Install lld
121121 run : sudo apt-get install lld
122122 if : matrix.os == 'ubuntu'
123- - name : Setup Bazelrc (Windows)
124- run : |
125- echo "startup --output_user_root=D:/bzl" > ./user.bazelrc
126- if : startswith(runner.os, 'Windows')
123+ - name : Set bazelrc for Windows
124+ run : echo "startup --output_user_root=D:/bzl" > user.bazelrc
125+ if : matrix.os == 'windows'
127126 - run : bazel --version
128127 - run : bazel run demo --verbose_failures --noshow_progress ${{matrix.os == 'macos' && '--xcode_version_config=tools/bazel:github_actions_xcodes' || ''}}
129128 - run : bazel test ... --verbose_failures --noshow_progress ${{matrix.os == 'macos' && '--xcode_version_config=tools/bazel:github_actions_xcodes' || ''}}
You can’t perform that action at this time.
0 commit comments