diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a273a5e..55997d1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -47,6 +47,10 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: Dovyski/setup-opencv-action@v1.1 + with: + opencv-version: '4.0.0' + - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings