File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,8 @@ jobs:
218
218
# - run: find / -name 'llvm-profdata*'
219
219
# - run: find / -name 'llvm-cov*'
220
220
- run : |
221
- /Library/Developer/CommandLineTools/usr/bin/llvm-profdata --version
222
- /Library/Developer/CommandLineTools/usr/bin/llvm-cov --version
223
- /Library/Developer/CommandLineTools/usr/bin/llvm-cov export --help
221
+ /opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-profdata --version
222
+ /opt/homebrew/Cellar/llvm@18/18.1.8/bin/llvm-cov --version
224
223
- name : Install lcov
225
224
run : brew install lcov
226
225
- name : Install Qt
@@ -265,8 +264,8 @@ jobs:
265
264
cmake -D CMAKE_BUILD_TYPE=Release \
266
265
-D CODECOV_GCOV=${{ startsWith(matrix.env.cc, 'gcc') && '/usr/local/bin/gcov-14' || '/usr/bin/gcov'}} \
267
266
-D ENABLE_COVERAGE=${{ matrix.env.coverage }} \
268
- -D LLVM_COV=/Library/Developer/CommandLineTools/usr /bin/llvm-cov \
269
- -D LLVM_PROFDATA=/Library/Developer/CommandLineTools/usr /bin/llvm-profdata \
267
+ -D LLVM_COV=/opt/homebrew/Cellar/llvm@18/18.1.8 /bin/llvm-cov \
268
+ -D LLVM_PROFDATA=/opt/homebrew/Cellar/llvm@18/18.1.8 /bin/llvm-profdata \
270
269
-D QT_INSTALL_DOCS="$RUNNER_WORKSPACE/Qt/Docs/Qt-${{ matrix.qt }}" \
271
270
-S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
272
271
echo "dokitVersion=$(cat "$RUNNER_TEMP/version.txt")" | tee -a "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments