bruh
This commit is contained in:
parent
3e7c5f4bba
commit
6268f95f75
4
.github/workflows/msbuild.yml
vendored
4
.github/workflows/msbuild.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user