Skip to content

Commit 0151e77

Browse files
Trying something
1 parent 279e361 commit 0151e77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
env:
3131
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
3232

33+
- name: Install Mono
34+
run: |
35+
sudo apt update
36+
sudo apt install -y mono-complete
37+
3338
- run: ./Build.ps1
3439
shell: pwsh
3540
env:

0 commit comments

Comments
 (0)