Skip to content

Commit 030f6da

Browse files
committed
fix: mono
1 parent 2e0e99f commit 030f6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Chocolatey 🍫📦
4848
run: |
4949
sudo apt-get update || true
50-
sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete nuget
50+
sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete
5151
chmod +x *.sh
5252
# prevent choco build to calculate version from tag of main repository
5353
unset GITHUB_REF GITHUB_BASE_REF GITHUB_HEAD_REF

0 commit comments

Comments
 (0)