Skip to content

Commit

Permalink
Update the github action, add the sdks back.
Browse files Browse the repository at this point in the history
  • Loading branch information
inversionhourglass committed Sep 18, 2024
1 parent 6fc712b commit e69af18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Restore NuGets
run: dotnet restore ${{ env.SOLUTION }}
Expand All @@ -42,6 +46,10 @@ jobs:
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Restore NuGets
run: dotnet restore ${{ env.SOLUTION }}
Expand Down

0 comments on commit e69af18

Please sign in to comment.