diff options
-rw-r--r-- | ci/action.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/action.nim b/ci/action.nim index 5d3a50fda..ad0f4df0b 100644 --- a/ci/action.nim +++ b/ci/action.nim @@ -3,7 +3,7 @@ import std/[strutils, os, osproc, parseutils, strformat] proc main() = var msg = "" - const cmd = "./koch boot --gc:orc -d:release" + const cmd = "./koch boot --mm:orc -d:release" let (output, exitCode) = execCmdEx(cmd) |