Browse Source

ch376-native: remove --trace for mac-os

pull/592/head
Dean Netherton 1 year ago
parent
commit
f63c324764
  1. 2
      .github/workflows/commit.yml

2
.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

Loading…
Cancel
Save