Skip to content

Commit

Permalink
Download latest .NET sdk for build job
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Feb 5, 2025
1 parent 73dac8f commit 575e02d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Get latest .NET
run: sudo apt install dotnet-sdk-9.0

- name: Build project
run: |
Expand Down

0 comments on commit 575e02d

Please sign in to comment.