Skip to content

Commit 1183bb3

Browse files
committed
Also detect location of llvm-cov
1 parent 85438ac commit 1183bb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ runs:
111111
# Detect Xcode command-line tools on macOS.
112112
shell: bash
113113
run: |
114+
cov="$(xcrun --find llvm-cov)"
115+
echo "BAZEL_LLVM_COV=${cov:?}" >> "${GITHUB_ENV:?}"
114116
profdata="$(xcrun --find llvm-profdata)"
115117
echo "BAZEL_LLVM_PROFDATA=${profdata:?}" >> "${GITHUB_ENV:?}"
116118
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)