tiny change on action.nim (#22405)

This commit is contained in:
ringabout
2023-08-08 11:13:38 +08:00
committed by GitHub
parent 260b4236fc
commit b4b555d8d1

View File

@@ -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)