Skip to content

Commit

Permalink
Set up .NET 9 to comply with global.json requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 8, 2024
1 parent f53c4c4 commit f78d13e
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/[email protected]
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 9.0.x
- name: Output AWS CLI version
shell: pwsh
run: aws --version
Expand Down

0 comments on commit f78d13e

Please sign in to comment.