Skip to content

Commit 97ba74c

Browse files
committed
fixup! Unified windows build
1 parent 147ae7e commit 97ba74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
timeout-minutes: 60
116116
working-directory: '${{ github.workspace }}'
117117
run: |
118-
ls -lR ${{ env.BINARIES_CACHE }}
118+
ls -lR '${{ env.BINARIES_CACHE }}/dnn'
119119
python3 opencv_extra/testdata/dnn/download_models.py \
120120
--cleanup \
121121
--dst '${{ env.BINARIES_CACHE }}/dnn'

0 commit comments

Comments
 (0)