Skip to content

Commit

Permalink
Set VcpkgManifestInstall to false
Browse files Browse the repository at this point in the history
Potentially this might speed up the build step if `vcpkg` has already installed all needed packages. It could also cause the build step to fail if we did not run `vcpkg install` ahead of time to install needed packages.
  • Loading branch information
DanRStevens committed Jan 10, 2025
1 parent 4ee6ecd commit 69c4f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
BUILD_CONFIGURATION: Release
SOLUTION_FILE_PATH: .
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
VcpkgManifestInstall: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 69c4f91

Please sign in to comment.