- 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