GHA/windows: drop vcpkg workaround

Reverts 841f42150a #15133
Closes #15217
This commit is contained in:
Tal Regev 2024-10-05 05:22:05 +03:00 committed by Viktor Szakats
parent 01a8157997
commit 66cc015756
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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