Skip to content

Commit 7351ca0

Browse files
committed
Touch up PR 1468
1 parent 9313b9a commit 7351ca0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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' || ''}}

0 commit comments

Comments
 (0)