Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessMadMath committed Dec 17, 2024
1 parent 279e361 commit 0151e77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}

- name: Install Mono
run: |
sudo apt update
sudo apt install -y mono-complete
- run: ./Build.ps1
shell: pwsh
env:
Expand Down

0 comments on commit 0151e77

Please sign in to comment.