We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e99f commit 030f6daCopy full SHA for 030f6da
.github/workflows/release_build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Chocolatey 🍫📦
48
run: |
49
sudo apt-get update || true
50
- sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete nuget
+ sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete
51
chmod +x *.sh
52
# prevent choco build to calculate version from tag of main repository
53
unset GITHUB_REF GITHUB_BASE_REF GITHUB_HEAD_REF
0 commit comments