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

Adds a .NET 9 SDK setup action to linters #4802

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

Absolucy
Copy link
Member

@Absolucy Absolucy commented Jan 9, 2025

About The Pull Request

Ports tgstation/tgstation#88988

OpenDream was recently bumped to .NET 9, which is not on our runner image. I added an action which installs the required .NET version for DMCompiler to function.

Why It's Good For The Game

Adding this action is not only good as a quick hack fix, but also for posterity.
I also considered the impact this has on our runner execution time, but my hope is that it should not matter if we have .NET installed already.

OpenDream was recently bumped to .NET 9, which is not on our runner
image. I added an action which installs the required .NET version for
DMCompiler to function.

Adding this action is not only good as a quick hack fix, but also for
posterity.
I also considered the impact this has on our runner execution time, but
my hope is that it should not matter if we have .NET installed already.
@Absolucy Absolucy added the Fix fix da bug label Jan 9, 2025
@Absolucy Absolucy merged commit f134d6b into Monkestation:master Jan 9, 2025
25 checks passed
@Absolucy Absolucy deleted the fix-ci branch January 9, 2025 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix fix da bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants