Skip to content

Simplify CI script #1853

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Simplify CI script #1853

wants to merge 1 commit into from

Conversation

wermos
Copy link

@wermos wermos commented Jun 13, 2025

  • Ninja is available by default on all runners, so there's no need to go through the hassle of manually installing it.
  • The actions-setup-cmake greatly simplifies the installation of any given version of CMake, so I opted to use that instead.
  • Bumped the version of actions/checkout from v3 to v4, which is the latest.
  • Removed the ${{ matrix.config.cmake_args }} and ${extra_cmake_args} flags which are not used by any build configuration.
  • Removed the Setup container environment as those packages are already available by default.
  • Removed the Install packages step as it is not used by any build configuration.

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

Successfully merging this pull request may close these issues.

1 participant