Skip to content

Commit

Permalink
Install and Cache OpenCV
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Nov 24, 2024
1 parent 9975d67 commit 41bf326
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
cmakeVersion: "~3.31.0"
ninjaVersion: "^1.12.1"

- name: Cache OpenCV
uses: UrielCh/opencv-cache-action@V1
with:
branch: 4.x
BUILD_LIST: "core,imgproc,imgcodecs,videio"
NO_CONTRIB: "true"
DO_SHRINK: "true"

- name: Test
run: python test.py

Expand Down

0 comments on commit 41bf326

Please sign in to comment.