Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Aug 3, 2023
1 parent 209080b commit 7be41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: |
set -e
sudo apt-get -qq update && apt-get install -y libtesseract-dev libleptonica-dev tesseract-ocr-eng golang-go
sudo apt-get -qq update && sudo apt-get install -y libtesseract-dev libleptonica-dev tesseract-ocr-eng golang-go
go install -v github.com/go-critic/go-critic/cmd/gocritic@latest
go install https://pkg.go.dev/golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/lint/golint@latest
Expand Down

0 comments on commit 7be41c1

Please sign in to comment.