Skip to content

Commit

Permalink
Update build.yml: always intergrate vcpkg with MSBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan committed Nov 22, 2023
1 parent 58196d8 commit 3a62f19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
path: |
${{ env.VCPKG_ROOT }}
${{ env.VCPKG_ROOT }}\packages
${{ env.VCPKG_ROOT }}\downloads
!${{ env.VCPKG_ROOT }}\.git
!${{ env.VCPKG_ROOT }}\buildtrees
!${{ env.VCPKG_ROOT }}\downloads
Source/Tools
key: |
${{ runner.os }}-ncpkg-dependencies-${{ hashFiles('.github/workflows/build.yml') }}
Expand All @@ -89,6 +89,10 @@ jobs:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
- name: Intergrate vcpkg with MSBuild
run: |
cd vcpkg
.\vcpkg integrate install
- name: Install dependencies with vcpkg
Expand Down

0 comments on commit 3a62f19

Please sign in to comment.