diff --git a/.github/workflows/Windows-CI.yml b/.github/workflows/Windows-CI.yml index ceacf33ea3..56bccfcbe2 100644 --- a/.github/workflows/Windows-CI.yml +++ b/.github/workflows/Windows-CI.yml @@ -18,12 +18,12 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: windows-latest + runs-on: windows-2016 env: buildDir: '${{ github.workspace }}/build/' PYTHONHOME: '${{ github.workspace }}/v/packages/python3_x64-windows/tools/python3' - WindowsSDKVersion: '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: @@ -47,9 +47,7 @@ jobs: # additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed - name: Troubleshooting per Phoebe Hui - run: | - set WindowsSDKVersion=10.0.19041.0 - vcpkg install python3:x64-windows --debug + run: vcpkg install python3:x64-windows --debug - name: run-cmake # You may pin to the exact commit or the version.