again workflows =.=
This commit is contained in:
parent
a5af3a9461
commit
bbabab5acd
5
.github/workflows/msbuild.yml
vendored
5
.github/workflows/msbuild.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
|||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
|
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
|
||||||
|
|
||||||
|
- name: Install vcpkg
|
||||||
|
run: ./vcpkg/bootstrap-vcpkg.sh
|
||||||
|
- name: Install dependencies
|
||||||
|
run: ./vcpkg/vcpkg install opencv:x64-windows-static
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||||
|
Loading…
Reference in New Issue
Block a user