This commit is contained in:
ilya 2023-04-02 08:35:10 +05:00
parent 3e7c5f4bba
commit 6268f95f75

View File

@ -38,10 +38,10 @@ jobs:
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
- name: Install vcpkg
run: ./vcpkg/bootstrap-vcpkg.bat
run: ../vcpkg/bootstrap-vcpkg.bat
- name: Install dependencies
run: ./vcpkg/vcpkg install opencv:x64-windows-static
run: ../vcpkg/vcpkg install opencv:x64-windows-static
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}