Skip to content

Commit

Permalink
chore(actions)#: Use proper dotnet install command
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Feb 5, 2025
1 parent 69d20b3 commit fb75dbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Get latest .NET
run: sudo apt install dotnet-sdk-9.0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

- name: Build project
run: |
Expand Down

0 comments on commit fb75dbf

Please sign in to comment.