Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Oct 23, 2024
1 parent cb171e1 commit f9fceeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- main

env:
OPENCV_VERSION: 4.10.0
OPENCV_VERSION: "4.10.0"
TESSERACT_RELEASE_VERSION: "2024.08.19"

jobs:
build:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download --repo shimat/tesseract_vcpkg 2023.07.06 --pattern "*.zip" --output tesseract.zip
gh release download --repo shimat/tesseract_vcpkg ${TESSERACT_RELEASE_VERSION} --pattern "*.zip" --output tesseract.zip
Expand-Archive -Path tesseract.zip -DestinationPath tesseract_files -Force -ErrorAction Stop
ls tesseract_files
New-Item tesseract_files/tesseract_vcpkg -ItemType Directory -Force
Expand Down

0 comments on commit f9fceeb

Please sign in to comment.