Skip to content

Commit c73023b

Browse files
committed
Add VCPKG_ROOT environment variable to workflow
This change defines the VCPKG_ROOT variable in the sync-upstream workflow. It specifies the path to the vcpkg directory within the GitHub workspace, ensuring consistent environment setup.
1 parent b742127 commit c73023b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-upstream.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
UNSTABLE_BRANCH: unstable # branch where upstream changes are merged
2424
PRODUCTION_BRANCH: production # stable branch for PyPI releases
2525
PR_BRANCH_PREFIX: sync/upstream-
26+
VCPKG_ROOT: ${{ github.workspace }}/vendor/vcpkg
2627

2728
jobs:
2829
sync:

0 commit comments

Comments
 (0)