Skip to content

Commit

Permalink
build: path to build dir
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 80995ae commit 0113eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Download OpenCV source
if: steps.cache-opencv-source.outputs.cache-hit != 'true'
run: |
make download BUILD_DIR=opencv-build
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 @@ -52,7 +52,7 @@ jobs:
if: steps.cache-opencv-build.outputs.cache-hit != 'true'
shell: bash
run: |
make build_nonfree_task BUILD_DIR=opencv-build
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 0113eff

Please sign in to comment.