We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72953ab commit 0015432Copy full SHA for 0015432
.github/workflows/windows-native.yml
@@ -121,6 +121,10 @@ jobs:
121
run: |
122
dir_u=$(cygpath -u ${{ env.VCPKG_DIR }})
123
echo "VCPKG_DIR_U=$dir_u" >> $GITHUB_ENV
124
+ # See https://github.com/microsoft/vcpkg/issues/41339#issuecomment-2394308597 for lines below.
125
+ export SystemDrive="$SYSTEMDRIVE"
126
+ export SystemRoot="$SYSTEMROOT"
127
+ export windir="$WINDIR"
128
vcpkg install --triplet ${{ matrix.arch.triplet }} bzip2 zlib json-c getopt dirent ${{ matrix.backend }}
129
130
- name: Upload vcpkg logs on failure
0 commit comments