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 f28def9 commit e046964
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 @@ -47,6 +47,8 @@ jobs:
- name: Chocolatey 🍫📦
run: |
sudo apt-get update || true
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131
echo deb http://archive.debian.org/debian buster-backports main | sudo tee /etc/apt/sources.list.d/buster-backports.list; \
sudo apt-get update && sudo apt-get install -t buster-backports git -y
curl -o packages-microsoft-prod.deb https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb; \
Expand Down

0 comments on commit e046964

Please sign in to comment.