update libtesseract-dev
from 4.1.1
to 5.3.0
when building libOpenCvSharpEx.so
in Ubuntu 20 or 22.04
#114
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker mcr.microsoft.com/dotnet/sdk:6.0-focal | |
on: | |
pull_request: | |
types: [synchronize, opened] | |
env: | |
DEBIAN_FRONTEND: noninteractive | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: docker build | |
run: | | |
cd docker/ubuntu22-dotnet6sdk-opencv4.7.0 | |
docker build -t shimat/ubuntu22-dotnet6sdk-opencv4.7.0 . |