We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254b0c commit 2597558Copy full SHA for 2597558
build.sh
@@ -20,6 +20,8 @@ DRYRUN=
20
SHOW_VERSION=false
21
SCRIPT_ARGUMENTS=()
22
23
+sudo apt install mono-devel # ubuntu-latest does not come with mono pre-installed anymore.
24
+
25
# Parse arguments.
26
for i in "$@"; do
27
case $1 in
0 commit comments