We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147ae7e commit 97ba74cCopy full SHA for 97ba74c
.github/workflows/OCV-PR-Windows.yaml
@@ -115,7 +115,7 @@ jobs:
115
timeout-minutes: 60
116
working-directory: '${{ github.workspace }}'
117
run: |
118
- ls -lR ${{ env.BINARIES_CACHE }}
+ ls -lR '${{ env.BINARIES_CACHE }}/dnn'
119
python3 opencv_extra/testdata/dnn/download_models.py \
120
--cleanup \
121
--dst '${{ env.BINARIES_CACHE }}/dnn'
0 commit comments