Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat authored Aug 18, 2024
1 parent ceafbdb commit b8c769a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Download OpenCV binaries by gh
if: steps.cache_opencv.outputs.cache-hit != 'true'
shell: powershell
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download --repo shimat/opencv_files 4.10.0.20240612 --pattern "opencv4100_win_x64.zip" --dir opencv4100_win_x64
ls opencv4100_win_x64
Expand All @@ -70,6 +72,8 @@ jobs:
- name: Download Tesseract binaries by gh
if: steps.cache_tesseract.outputs.cache-hit != 'true'
shell: powershell
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download --repo shimat/tesseract_vcpkg 0.0.8-beta --pattern "*.zip" --dir tesseract_vcpkg
ls tesseract_vcpkg
Expand Down

0 comments on commit b8c769a

Please sign in to comment.