Skip to content

Commit 2fbe208

Browse files
committed
Try looking up the path to LLVM
1 parent db986d4 commit 2fbe208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ jobs:
215215
- { qt: '6.8.0', env: { cc: gcc-14 } }
216216
steps:
217217
- uses: actions/checkout@v4
218-
#- run: find / -name 'llvm-profdata*'
219-
#- run: find / -name 'llvm-cov*'
218+
- run: brew --prefix llvm
220219
- run: |
221220
/opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-profdata --version
222221
/opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-cov --version

0 commit comments

Comments
 (0)