We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621a26e commit cc42bfcCopy full SHA for cc42bfc
.github/workflows/ci.yml
@@ -298,6 +298,7 @@ jobs:
298
if [[ "${cling_on}" == "ON" ]]; then
299
brew install llvm@15
300
brew remove llvm@18
301
+ brew cleanup
302
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
303
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
304
else
@@ -779,6 +780,7 @@ jobs:
779
780
781
782
783
784
785
786
0 commit comments