Merge branch 'main' of https://github.com/vosteam/Overlay
This commit is contained in:
commit
96da51f5ad
12
.github/workflows/msbuild.yml
vendored
12
.github/workflows/msbuild.yml
vendored
@ -37,11 +37,13 @@ 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
|
- name: vcpkg build
|
||||||
run: ../vcpkg/bootstrap-vcpkg.bat
|
uses: johnwason/vcpkg-action@v4
|
||||||
|
id: vcpkg
|
||||||
- name: Install dependencies
|
with:
|
||||||
run: ../vcpkg/vcpkg install opencv:x64-windows-static
|
pkgs: opencv
|
||||||
|
triplet: x64-windows-static
|
||||||
|
token: ${{ github.token }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
|
Loading…
Reference in New Issue
Block a user