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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
I tried adding CI to my project, but build fails because native dependencies are not installed. And I'd like to know what the recommended way to deal with these is. I could do a - run: apt install $package, but maybe there is a better way? Especially, I want the CI to run in a Matrix on both Ubuntu and Windows, and I have no clue about the Windows part.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried adding CI to my project, but build fails because native dependencies are not installed. And I'd like to know what the recommended way to deal with these is. I could do a
- run: apt install $package
, but maybe there is a better way? Especially, I want the CI to run in a Matrix on both Ubuntu and Windows, and I have no clue about the Windows part.The text was updated successfully, but these errors were encountered: