Skip to content
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

Installing apt packages from other sources #116

Open
Mrkol opened this issue Mar 10, 2024 · 1 comment
Open

Installing apt packages from other sources #116

Mrkol opened this issue Mar 10, 2024 · 1 comment

Comments

@Mrkol
Copy link

Mrkol commented Mar 10, 2024

We want to check PRs to a project that uses vulkan with clang-tidy, but the version of Vulkan SDK provided by Ubuntu 23.04 is too old for us (yes, we like to live on the edge). Hence we need to manually install Vulkan SDK from LunarG's package server, which requires adding their public key and hooking up the apt source. Currently, this action provides no easy way to do this except for hacking in some bash lines into cmake_command, which seems to not be ideal.

It would be nice of this action provided a post-setup commands input for such use-cases.
Note that other projects have already encountered similar problems:
https://github.com/boutproject/BOUT-dev/blob/master/.github/workflows/clang-tidy-review.yml#L34

@ZedThree
Copy link
Owner

It's not perfect, but you should be able to use cmake_command to do the sorts of things you want. There's also #100, but which prove fruitful if I can find the time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants