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 2e0e99f commit 030f6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Chocolatey 🍫📦
run: |
sudo apt-get update || true
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
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 030f6da

Please sign in to comment.