Browse Source

ch376-native: remove transpiling of c code from mac-os gha build

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

1
.github/workflows/commit.yml

@ -59,7 +59,6 @@ jobs:
run: | run: |
export TZ='America/Los_Angeles' export TZ='America/Los_Angeles'
brew install srecord brew install srecord
make transpile-c-code
make distlog --trace make distlog --trace
rm -rf .git* rm -rf .git*

Loading…
Cancel
Save