We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85438ac commit 74f2a7aCopy full SHA for 74f2a7a
.github/actions/set-up/action.yaml
@@ -108,7 +108,8 @@ runs:
108
disk-cache: ${{inputs.bazel-version}}-${{inputs.cc}}
109
repository-cache: true
110
- name: Configure system (macOS)
111
- # Detect Xcode command-line tools on macOS.
+ # Detect Xcode command-line tools on macOS to work around
112
+ # https://github.com/bazelbuild/bazel/issues/14970.
113
shell: bash
114
run: |
115
profdata="$(xcrun --find llvm-profdata)"
0 commit comments