again workflows =.=

This commit is contained in:
ilya 2023-04-02 08:27:59 +05:00
parent a5af3a9461
commit bbabab5acd

View File

@ -37,6 +37,11 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
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
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).