Fix windows build

The default cmake version used on the Windows runner was unable to
configure OpenCV
This commit is contained in:
WarmUpTill 2022-11-26 13:39:02 +01:00 committed by WarmUpTill
parent 31511851c9
commit e3d9bf11a4

View File

@ -31,6 +31,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: '3.24.x'
- name: Run macOS Build
if: ${{ runner.os == 'macOS' }}
shell: zsh {0}