mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 00:56:00 -05:00
Fix windows build
The default cmake version used on the Windows runner was unable to configure OpenCV
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user