Skip to content

Commit

Permalink
Set up .NET 9 to comply with global.json requirements (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 8, 2024
1 parent f53c4c4 commit 1a44a7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 9.0.x
- name: Output AWS CLI version
shell: pwsh
run: aws --version
Expand Down

0 comments on commit 1a44a7f

Please sign in to comment.