Browse Source

Try to workaround github action depthai submodule checkout issue.

pull/910/head
Canming Huang 2 years ago
parent
commit
5343d39b6f
  1. 8
      .github/workflows/windows.yml

8
.github/workflows/windows.yml

@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
#- name: Check out submodules
# run: git submodule update --init --recursive
# with:
# submodules: true
- name: Check out submodules
run: git submodule update --init --recursive
- name: Build Emgu CV 32-bit native binary
run: .\Build_Binary_x86.bat x86 nogpu vc no-openni no-doc no-package build
working-directory: ${{ github.workspace }}\platforms\windows\

Loading…
Cancel
Save