Skip to content

Commit b4b555d

Browse files
authored
tiny change on action.nim (#22405)
1 parent 260b423 commit b4b555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/action.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import std/[strutils, os, osproc, parseutils, strformat]
33

44
proc main() =
55
var msg = ""
6-
const cmd = "./koch boot --gc:orc -d:release"
6+
const cmd = "./koch boot --mm:orc -d:release"
77

88
let (output, exitCode) = execCmdEx(cmd)
99

0 commit comments

Comments
 (0)