Skip to content

Commit 2597558

Browse files
committed
Fix Linux pipeline
1 parent e254b0c commit 2597558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ DRYRUN=
2020
SHOW_VERSION=false
2121
SCRIPT_ARGUMENTS=()
2222

23+
sudo apt install mono-devel # ubuntu-latest does not come with mono pre-installed anymore.
24+
2325
# Parse arguments.
2426
for i in "$@"; do
2527
case $1 in

0 commit comments

Comments
 (0)