Skip to content

Commit

Permalink
Update CI to use Tesseract version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Sep 29, 2023
1 parent 322446c commit 2016d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
TESSERACT_VERSION: 0.19
TESSERACT_VERSION: 0.20
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down

0 comments on commit 2016d1c

Please sign in to comment.