Skip to content

Commit

Permalink
Adds a .NET 9 SDK setup action (#22954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBiome authored Jan 11, 2025
1 parent c5fe87b commit 1d87171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/turdis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 9.x
- uses: robinraju/[email protected]
with:
repository: "OpenDreamProject/OpenDream"
Expand Down

0 comments on commit 1d87171

Please sign in to comment.