From db32b582e539e514e6b29c297f7894a448cb3ab2 Mon Sep 17 00:00:00 2001 From: sbansla <104902068+sbansla@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:21:29 +0530 Subject: [PATCH] Update actions2.yml --- .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 625006b..90cd013 100644 --- a/.github/workflows/actions2.yml +++ b/.github/workflows/actions2.yml @@ -20,8 +20,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '3.1.x' - - name: Display - run: ls /usr/share/dotnet/sdk/ + # - name: Display + # run: ls /usr/share/dotnet/sdk/ # - name: Remove faulty SDK version # run: sudo rm -rf /usr/share/dotnet/sdk/7* - name: Get installed dotnet version