Skip to content

Commit

Permalink
build: use 7z
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 29, 2024
1 parent 0347ad1 commit f4888d3
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 @@ -39,9 +39,10 @@ jobs:
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: |
Expand-Archive -Path .\opencv\opencv-4.9.0.zip -DestinationPath .\opencv
Expand-Archive -Path .\opencv\opencv_contrib-4.9.0.zip -DestinationPath .\opencv
7z x .\opencv\opencv-4.9.0.zip -o.\opencv
7z x .\opencv\opencv_contrib-4.9.0.zip -o.\opencv
- 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 f4888d3

Please sign in to comment.