diff --git a/.github/workflows/Windows-CI.yml b/.github/workflows/Windows-CI.yml index 2d875620ec..f8136a9ba9 100644 --- a/.github/workflows/Windows-CI.yml +++ b/.github/workflows/Windows-CI.yml @@ -23,10 +23,7 @@ jobs: env: buildDir: '${{ github.workspace }}/build/' PYTHONHOME: '${{ github.workspace }}/v/packages/python3_x64-windows/tools/python3' - UCRTVersion: '10.0.19041.0' - WindowsSDKLibVersion: '10.0.19041.0\' - WindowsSDKVersion: '10.0.19041.0\' - VCPKG_CMAKE_SYSTEM_VERSION: '10.0.19041.0' + WindowsSDKVersion: '10.0.19041.0' # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -49,8 +46,8 @@ jobs: appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }} additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed - # - name: Troubleshooting per Phoebe Hui - # run: vcpkg install python3:x64-windows -DCMAKE_SYSTEM_VERSION='10.0.19041.0' -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION='10.0.19041.0' -DVCPKG_CMAKE_SYSTEM_VERSION='10.0.19041.0' -DCMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION='10.0.19041.0' --debug + - name: Troubleshooting per Phoebe Hui + run: vcpkg install python3:x64-windows --debug - name: run-cmake # You may pin to the exact commit or the version.