Skip to content

Commit

Permalink
fix: mono
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Jan 3, 2025
1 parent 9fced25 commit 2e0e99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
persist-credentials: false
- name: Chocolatey 🍫📦
run: |
sudo apt-get update || true
sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete nuget
chmod +x *.sh
# prevent choco build to calculate version from tag of main repository
unset GITHUB_REF GITHUB_BASE_REF GITHUB_HEAD_REF
Expand Down

0 comments on commit 2e0e99f

Please sign in to comment.