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 e046964 commit b13ba31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- name: Checkout chocolatey/choco 📥
uses: actions/[email protected]
with:
Expand All @@ -54,7 +57,7 @@ jobs:
curl -o packages-microsoft-prod.deb https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb; \
sudo dpkg -i packages-microsoft-prod.deb; \
sudo apt-get update; \
sudo apt-get install -y dotnet-sdk-6.0
sudo apt-get install -y dotnet-sdk-6.0 dotnet-runtime-6.0
sudo apt-get -yq --no-install-suggests --no-install-recommends install mono-runtime mono-complete
chmod +x *.sh
Expand Down

0 comments on commit b13ba31

Please sign in to comment.