You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The CI says LLVM isn't installed but there is an action to install it. After an issue opened here, the CI needs to install llvm-config with the according version of LLVM. (for the moment as long as this issue is not closed, the CI will be deactivated)
Describe alternatives you've considered
Create a github action that compiles LLVM and install it but too long and maybe later I'll do it but now I don't have time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The CI says LLVM isn't installed but there is an action to install it. After an issue opened here, the CI needs to install
llvm-config
with the according version of LLVM. (for the moment as long as this issue is not closed, the CI will be deactivated)Describe the solution you'd like
Install, rather compile llvm with https://github.com/llvmenv/llvmenv
Describe alternatives you've considered
Create a github action that compiles LLVM and install it but too long and maybe later I'll do it but now I don't have time.
The text was updated successfully, but these errors were encountered: