From 3ce70d6f23c4befffcaae7303d75699ee217a25b Mon Sep 17 00:00:00 2001 From: delarea Date: Wed, 1 Jan 2025 15:18:55 +0200 Subject: [PATCH] fix nuget installation --- .github/workflows/integrationTests.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrationTests.yml b/.github/workflows/integrationTests.yml index a0a323f46..495b5497f 100644 --- a/.github/workflows/integrationTests.yml +++ b/.github/workflows/integrationTests.yml @@ -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: