Skip to content

Commit 74f2a7a

Browse files
committed
Add reference to bazelbuild/bazel#14970
1 parent 85438ac commit 74f2a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/set-up/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ runs:
108108
disk-cache: ${{inputs.bazel-version}}-${{inputs.cc}}
109109
repository-cache: true
110110
- name: Configure system (macOS)
111-
# Detect Xcode command-line tools on macOS.
111+
# Detect Xcode command-line tools on macOS to work around
112+
# https://github.com/bazelbuild/bazel/issues/14970.
112113
shell: bash
113114
run: |
114115
profdata="$(xcrun --find llvm-profdata)"

0 commit comments

Comments
 (0)