Skip to content

Commit

Permalink
chore: upgrade dotnet tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Nov 9, 2024
1 parent f1d9eb1 commit c1e4a31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup .NET
- name: Setup .NET 6 and .NET 8
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: |
6.0.x
8.0.x
- name: Build
run: ./build.ps1 Compile
- name: Lint Check
Expand Down

0 comments on commit c1e4a31

Please sign in to comment.