Skip to content

Commit

Permalink
build: windows
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 449338f commit ebced73
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 @@ -33,7 +33,8 @@ jobs:
opencv-build
- name: Download OpenCV source
if: steps.cache-opencv-source.outputs.cache-hit != 'true'
run: BUILD_DIR=opencv-build make download
run: |
make download BUILD_DIR=opencv-build
- name: Save cached OpenCV source
uses: actions/cache/save@v4
if: steps.cache-opencv-source.outputs.cache-hit != 'true'
Expand All @@ -51,7 +52,7 @@ jobs:
if: steps.cache-opencv-build.outputs.cache-hit != 'true'
shell: bash
run: |
BUILD_DIR=opencv-build make build_nonfree_task
make build_nonfree_task BUILD_DIR=opencv-build
- name: Save cached OpenCV build
uses: actions/cache/save@v4
if: steps.cache-opencv-build.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ebced73

Please sign in to comment.