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

Use new action to download ninja #1072

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

maxxboehme
Copy link
Collaborator

@maxxboehme maxxboehme commented Jul 9, 2024

What does this Pull Request accomplish?

Use a github action that is more recently updated to download ninja and add to path so cmake can find it.
seanmiddleditch/gha-setup-ninja. Project and dependencies appear to be updated as of 3 weeks ago and it specifies using Node.js 20.

The code is very straight forward and is all in one file currently. It performs the same operations of the previous action, using the github url to download the released version of ninja to the system and then adds it to the path to be referenced in later steps.

Why should this Pull Request be merged?

The current action being used uses Node.js 16 which github is planning to deprecate in the future.

What testing has been done?

  • PR build
    • No warnings about Node.js version in the build anymore

@maxxboehme maxxboehme marked this pull request as ready for review July 9, 2024 21:31
@maxxboehme maxxboehme merged commit 3631222 into ni:main Jul 10, 2024
10 of 11 checks passed
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.

3 participants