-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: install missing musl deps #20
Comments
Could you point me at a failed run and the config for it? I also use targets like |
Doh, what am I saying? It just works because I install them outside the action. Heh, I forgot that for a second. Yes, I think it would make sense to have the action do this. |
Here is a broken ci if you still need it: https://github.com/ilteoood/nmt/actions/runs/10536741898/job/29197263232 |
So I did some further investigating, and it seems like there's no need to install the So then I went back to one of my projects that uses this action, and I removed the step to install Looking at the output of your action, you can see that it's complaining about a package that doesn't exist, |
Just to clarify further, the issue is coming from your CI setup. It's not coming from |
The CI is quite standard. Honestly I expect the action to install these additional deps to make musl working. |
You didn't really respond to my point. The failure you linked is erroring out because you tried to install a Debian package named |
Sorry, here is the right ci with the error: https://github.com/ilteoood/nmt/actions/runs/10536709300/job/29197193762 |
Aha, I see. It looks like this is only an issue when the code being compiled needs Can you try using the
Just replace |
Yes, it's working fine! |
I just published v0.0.14, which includes this fix. |
If I try to use a
musl
target likeaarch64-unknown-linux-musl
, the step breaks because no musl deps are not installed.I expect them to be installed by this action, to have an easier integration
The text was updated successfully, but these errors were encountered: