From 141f8738ea5fc489cd706c8e84460a517e220f83 Mon Sep 17 00:00:00 2001 From: kailash-b Date: Thu, 16 Jan 2025 09:47:08 +0530 Subject: [PATCH] release/4.1.0 - Build fix --- .github/actions/nuget-publish/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/nuget-publish/action.yml b/.github/actions/nuget-publish/action.yml index ffe7728..ca1708f 100644 --- a/.github/actions/nuget-publish/action.yml +++ b/.github/actions/nuget-publish/action.yml @@ -23,11 +23,6 @@ runs: - name: Setup NuGet uses: nuget/setup-nuget@v1 - - name: Setup Mono - run: | - sudo apt-get update - sudo apt-get install -y mono-complete - - name: Create NuGet packages shell: pwsh run: nuget pack ${{ inputs.nuspec-file }} -OutputDirectory ${{ inputs.nuget-directory }}