KyleMayes/install-llvm-action

Buildbot unable to find LLVM package with cmake.

Closed this issue · 1 comments

Hi folks, I am trying to use this action in conjunction with @threeal/cmake-action@v1.3.0, but cmake is not able to find the LLVM package. cmake is also using the clang 14.0 compiler instead of the clang-17 compiler that was just installed. The action for reference is here - https://github.com/shraiysh/temp/actions/runs/6605078058/job/17939899398

Any help with this will be appreciated. Thanks!

Nevermind, found the issue. Checkout repository step was deleting the installation of llvm. Reordering the steps fixed the issue.