Skip to content

Commit

Permalink
Update setup .NET action (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Jan 1, 2025
1 parent 02686fc commit e53bf46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,16 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "3.x"

- name: Install NuGet
uses: nuget/setup-nuget@v2
with:
nuget-version: 6.x
- name: Install dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: "3.x"

- name: Install Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e53bf46

Please sign in to comment.