Skip to content

Installing apt packages from other sources #116

@Mrkol

Description

@Mrkol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions