Browse Source

Fix small build issue

patch
Wayne Warthen 5 years ago
parent
commit
22b651917b
  1. 1
      .github/workflows/commit.yml

1
.github/workflows/commit.yml

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

Loading…
Cancel
Save