woooorkflows

This commit is contained in:
ilya 2023-04-02 08:32:00 +05:00
parent e8de052465
commit 3e7c5f4bba

View File

@ -38,7 +38,8 @@ jobs:
run: nuget restore ${{env.SOLUTION_FILE_PATH}} run: nuget restore ${{env.SOLUTION_FILE_PATH}}
- name: Install vcpkg - name: Install vcpkg
run: ./vcpkg/bootstrap-vcpkg.sh run: ./vcpkg/bootstrap-vcpkg.bat
- name: Install dependencies - name: Install dependencies
run: ./vcpkg/vcpkg install opencv:x64-windows-static run: ./vcpkg/vcpkg install opencv:x64-windows-static