From cf4f8c782d6d1c9f9f14ea2e72a0c58135a197e3 Mon Sep 17 00:00:00 2001 From: sbansla Date: Fri, 13 Oct 2023 17:05:47 +0530 Subject: [PATCH] c1 --- .github/workflows/actions2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions2.yml b/.github/workflows/actions2.yml index ff5337a..3d70c0b 100644 --- a/.github/workflows/actions2.yml +++ b/.github/workflows/actions2.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.x' + dotnet-version: '3.1.x' - name: Remove faulty SDK version run: sudo rm -rf /usr/share/dotnet/sdk/7.0.4* - name: Get installed dotnet version