mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix windows build
The default cmake version used on the Windows runner was unable to configure OpenCV
This commit is contained in:
parent
31511851c9
commit
e3d9bf11a4
4
.github/actions/build-plugin/action.yml
vendored
4
.github/actions/build-plugin/action.yml
vendored
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user