Browse Source

Fix Build

patch
Wayne Warthen 5 years ago
committed by GitHub
parent
commit
aa05f2c2bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/commit.yml

2
.github/workflows/commit.yml

@ -22,6 +22,7 @@ jobs:
run: |
export TZ='America/Los_Angeles'
sudo apt-get install libncurses-dev
sudo apt-get install srecord
make
make clean
rm -rf .git*
@ -47,6 +48,7 @@ jobs:
- name: Build
run: |
export TZ='America/Los_Angeles'
brew install srecord
make
make clean
rm -rf .git*

Loading…
Cancel
Save