File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 find ${GITHUB_WORKSPACE}/opencv_artifacts -name 'OpenCVConfig.cmake' -o -name '*.pc' | head -20
153153 du -sh ${GITHUB_WORKSPACE}/opencv_artifacts/*/
154154
155- - name : Save OpenCV cache (full)
155+ - name : Validate OpenCV install (full)
156156 if : steps.opencv-cache.outputs.cache-hit != 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main'
157157 run : |
158158 config=$(find ${GITHUB_WORKSPACE}/opencv_artifacts -name 'OpenCVConfig.cmake' | head -1)
@@ -162,7 +162,7 @@ jobs:
162162 fi
163163 echo "Found: $config"
164164 shell : bash
165- - name : Save OpenCV cache (full) - upload
165+ - name : Save OpenCV cache (full)
166166 if : steps.opencv-cache.outputs.cache-hit != 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main'
167167 uses : actions/cache/save@v5
168168 with :
You can’t perform that action at this time.
0 commit comments