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 9fced25 commit 2e0e99fCopy full SHA for 2e0e99f
.github/workflows/release_build.yml
@@ -46,6 +46,8 @@ jobs:
46
persist-credentials: false
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
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