diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 864fe97405..f62f1c25de 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -732,12 +732,7 @@ jobs: - name: 'vcpkg build' timeout-minutes: 35 - run: | - # Temporary workaround pending: https://github.com/microsoft/vcpkg-tool/pull/1501 - export SystemDrive="$SYSTEMDRIVE" - export SystemRoot="$SYSTEMROOT" - export windir="$WINDIR" - vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}' + run: vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}' - name: 'cmake configure' timeout-minutes: 5