Skip to content

Commit 4237c5c

Browse files
authored
Update manylinux.yml
1 parent 9af93f9 commit 4237c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)