Skip to content

Commit

Permalink
TERM=xterm-256color
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Aug 4, 2023
1 parent 5a7613d commit 5a53c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build
run: go build -v
- name: Test
env: TERM=xterm-256color
env:
TERM: term-256color
run: |
set -e
sudo apt-get -qq update && sudo apt-get install -y libtesseract-dev libleptonica-dev tesseract-ocr-eng golang-go
Expand Down

0 comments on commit 5a53c33

Please sign in to comment.