Build on github #537
Unanswered
noahfraiture
asked this question in
Q&A
Replies: 1 comment
-
You can use LLVM installer from marketplace like this:
On Ubuntu runner it works fine, but on Mac it also requires |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm discovering github actions and I try to test my code with it. Currently my rust.yml is the following :
But I don't have llvm on the image and thus the build fail
could not compile llvm-sys
obviously.What is the best solution ? Should I search for an image with llvm or should I try to install it as a step ? But with what base image then ?
Beta Was this translation helpful? Give feedback.
All reactions