Skip to content

Commit 2e0e99f

Browse files
committed
fix: mono
1 parent 9fced25 commit 2e0e99f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
persist-credentials: false
4747
- name: Chocolatey 🍫📦
4848
run: |
49+
sudo apt-get update || true
50+
sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete nuget
4951
chmod +x *.sh
5052
# prevent choco build to calculate version from tag of main repository
5153
unset GITHUB_REF GITHUB_BASE_REF GITHUB_HEAD_REF

0 commit comments

Comments
 (0)