Skip to content

Commit

Permalink
Tell run-vcpkg where to find vcpkg, since VCPKG_ROOT will not be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed Jul 12, 2023
1 parent 6dfbed1 commit 265df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: e809a42f87565e803b2178a0c11263f462d1800a
vcpkgDirectory: '${{env.VCPKG_ROOT}}'
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgJsonGlob: vcpkg.json
runVcpkgInstall: false

Expand Down

0 comments on commit 265df6e

Please sign in to comment.