Skip to content

Commit

Permalink
[MIRROR] [Early Mirror]Adds a .NET 9 SDK setup action to linters (#88…
Browse files Browse the repository at this point in the history
…988) (#5284)

* [Early Mirror]Adds a .NET 9 SDK setup action to linters (#88988) (#4742)

Adds a .NET 9 SDK setup action to linters (#88988)

## About The Pull Request

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

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.

Co-authored-by: Ivory <[email protected]>

* [MIRROR] [Early Mirror]Adds a .NET 9 SDK setup action to linters (#88988)

---------

Co-authored-by: OrbisAnima <[email protected]>
Co-authored-by: Ivory <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
4 people authored Jan 10, 2025
1 parent bbeb96e commit cca6988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
with:
path: tools/icon_cutter/cache
key: ${{ runner.os }}-cutter-${{ hashFiles('dependencies.sh') }}
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 9.x
- name: Install OpenDream
uses: robinraju/[email protected]
with:
Expand Down

0 comments on commit cca6988

Please sign in to comment.