From 88bd43bdd3df0834d80492b2f22f35b9d79dc880 Mon Sep 17 00:00:00 2001 From: soypat Date: Thu, 3 Sep 2026 06:57:54 -0700 Subject: [PATCH] use noslog build tag --- .github/workflows/memci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/memci.json b/.github/workflows/memci.json index d265fe6..06f5fca 100644 --- a/.github/workflows/memci.json +++ b/.github/workflows/memci.json @@ -1,7 +1,7 @@ [ { "name":"Stack MWE", - "build":"go build -o=mwe.elf ./examples/min-working-example", + "build":"go build -o=mwe.elf -tags=noslog ./examples/min-working-example", "elf":"mwe.elf" } ] \ No newline at end of file