We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260b423 commit b4b555dCopy full SHA for b4b555d
ci/action.nim
@@ -3,7 +3,7 @@ import std/[strutils, os, osproc, parseutils, strformat]
3
4
proc main() =
5
var msg = ""
6
- const cmd = "./koch boot --gc:orc -d:release"
+ const cmd = "./koch boot --mm:orc -d:release"
7
8
let (output, exitCode) = execCmdEx(cmd)
9
0 commit comments