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.
VCPKG_ROOT
1 parent 66c1377 commit c1dbe5aCopy full SHA for c1dbe5a
.github/workflows/cpp_windows.yml
@@ -155,7 +155,9 @@ jobs:
155
- name: Test
156
shell: cmd
157
run: |
158
+ set VCPKG_ROOT_KEEP=%VCPKG_ROOT%
159
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ inputs.arch }}
160
# For ORC
161
set TZDIR=${{ steps.setup-msys2.outputs.msys2-location }}\usr\share\zoneinfo
162
+ set VCPKG_ROOT=%VCPKG_ROOT_KEEP%
163
bash -c "ci/scripts/cpp_test.sh $(pwd) $(pwd)/build"
0 commit comments