We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85438ac commit 1183bb3Copy full SHA for 1183bb3
.github/actions/set-up/action.yaml
@@ -111,6 +111,8 @@ runs:
111
# Detect Xcode command-line tools on macOS.
112
shell: bash
113
run: |
114
+ cov="$(xcrun --find llvm-cov)"
115
+ echo "BAZEL_LLVM_COV=${cov:?}" >> "${GITHUB_ENV:?}"
116
profdata="$(xcrun --find llvm-profdata)"
117
echo "BAZEL_LLVM_PROFDATA=${profdata:?}" >> "${GITHUB_ENV:?}"
118
if: runner.os == 'macOS'
0 commit comments