Skip to content

Commit 141f873

Browse files
committed
release/4.1.0 - Build fix
1 parent bd249ac commit 141f873

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/actions/nuget-publish/action.yml

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ runs:
2323
- name: Setup NuGet
2424
uses: nuget/setup-nuget@v1
2525

26-
- name: Setup Mono
27-
run: |
28-
sudo apt-get update
29-
sudo apt-get install -y mono-complete
30-
3126
- name: Create NuGet packages
3227
shell: pwsh
3328
run: nuget pack ${{ inputs.nuspec-file }} -OutputDirectory ${{ inputs.nuget-directory }}

0 commit comments

Comments
 (0)