GHA/windows: drop vcpkg workaround
Reverts 841f42150a #15133
Closes #15217
This commit is contained in:
parent
01a8157997
commit
66cc015756
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user