From f63c3247640843b896a4ebc64f25f1e6a5cf6fee Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Wed, 22 Jan 2025 12:16:15 +1100 Subject: [PATCH] ch376-native: remove --trace for mac-os --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 03ec1d72..33eaad76 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -59,7 +59,7 @@ jobs: run: | export TZ='America/Los_Angeles' brew install srecord - make distlog --trace + make distlog rm -rf .git* - name: List Output