Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit db931aa

Browse files
committed
let's use the correct version of the opencv action
1 parent 50ec014 commit db931aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: install opencv
16-
uses: Dovyski/setup-opencv-action@v1
16+
uses: Dovyski/setup-opencv-action@19c5c74
1717
with:
1818
opencv-version: '4.4.0'
1919
GENERATE_PKGCONFIG: ON
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ocaml-version: 4.10.0
2525

26-
- name: install ocaml dependencies
26+
- name: install opam dependencies
2727
run: opam install ocamlbuild ctypes ctypes-foreign
2828

2929
- name: make docs

0 commit comments

Comments
 (0)