Skip to content

Commit

Permalink
build: appease windows
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Mar 29, 2024
1 parent 97c9c8a commit a0251fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ jobs:
shell: bash
run: |
mkdir -p opencv
curl https://github.com/opencv/opencv/archive/4.9.0.zip --output opencv/opencv-4.9.0.zip
curl https://github.com/opencv/opencv_contrib/archive/4.9.0.zip --output opencv/opencv_contrib-4.9.0.zip
curl https://github.com/opencv/opencv/archive/4.9.0.zip --output opencv\opencv-4.9.0.zip
curl https://github.com/opencv/opencv_contrib/archive/4.9.0.zip --output opencv\opencv_contrib-4.9.0.zip
- name: Extract OpenCV source
if: steps.cache-opencv-source.outputs.cache-hit != 'true'
shell: bash
run: |
7z x opencv\opencv-4.9.0.zip -oopencv\*
7z x opencv\opencv_contrib-4.9.0.zip -oopencv\*
7z x opencv\*.zip -oopencv\*
- name: Save cached OpenCV source
uses: actions/cache/save@v4
if: steps.cache-opencv-source.outputs.cache-hit != 'true'
Expand Down

0 comments on commit a0251fb

Please sign in to comment.