Skip to content

Commit

Permalink
Set fixed .NET version to avoid nuget tests from crashing.
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 13, 2024
1 parent 33119cb commit 20bae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nugetTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
dotnet-version: '6.0.35'

- name: Setup Go with cache
uses: jfrog/.github/actions/install-go-with-cache@main
Expand Down

0 comments on commit 20bae77

Please sign in to comment.