Skip to content

Commit 68df6c1

Browse files
committed
Install mono in Linux workflow
1 parent cac08d5 commit 68df6c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
run: |
8080
sudo apt install openssl
8181
82+
- name: Install mono
83+
run: |
84+
sudo apt install mono-devel
85+
8286
- id: unity_setup
8387
uses: ./gha/unity
8488
timeout-minutes: 30

0 commit comments

Comments
 (0)