Skip to content

Commit

Permalink
chore: Install mono for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Jan 2, 2025
1 parent 7219f9c commit 2d8f9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Mono
run: |
sudo apt update
sudo apt install -y mono-complete
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 2d8f9ca

Please sign in to comment.