Skip to content

Commit

Permalink
Merge pull request #58426 from akien-mga/ci-mono-static
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Feb 22, 2022
2 parents 0beb721 + ce09a47 commit f880414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
target: release_debug
tools: true
tests: false # Disabled due freeze caused by mix Mono build and CI
sconsflags: module_mono_enabled=yes mono_glue=no
sconsflags: module_mono_enabled=yes mono_static=yes mono_glue=no
doc-test: true
bin: "./bin/godot.linuxbsd.opt.tools.64.mono"
build-mono: true
Expand All @@ -47,7 +47,7 @@ jobs:
target: release
tools: false
tests: false
sconsflags: module_mono_enabled=yes mono_glue=no debug_symbols=no
sconsflags: module_mono_enabled=yes mono_static=yes mono_glue=no debug_symbols=no
build-mono: false
artifact: true

Expand Down

0 comments on commit f880414

Please sign in to comment.