Skip to content

Commit

Permalink
dotnet setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimaec committed Jan 22, 2025
1 parent 1a5d7b9 commit 0ee8a4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
with:
nuget-version: '5.x'

- name: Setup DotNet Environment
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
8.0.x
- name: Check version
# composite actions don't support if-statements yet
run: |
Expand Down

0 comments on commit 0ee8a4d

Please sign in to comment.