We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff99c1 commit 461f57aCopy full SHA for 461f57a
1 file changed
.github/workflows/windows.yml
@@ -64,14 +64,13 @@ jobs:
64
key: vcpkg-${{ matrix.configuration }}-${{ matrix.platform }}-${{ hashFiles('.github/vcpkg.json') }}
65
- name: Prepare vcpkg
66
if: matrix.configuration == 'Release'
67
- uses: lukka/run-vcpkg@v11
68
- with:
69
- vcpkgJsonGlob: .github/vcpkg.json
70
- runVcpkgInstall: true
71
env:
72
VCPKG_BINARY_SOURCES: clear;files,${{ github.workspace }}/vcpkg_cache,readwrite
73
VCPKG_DEFAULT_TRIPLET: ${{ matrix.platform }}-windows-static
74
- VCPKG_INSTALLED_DIR: ${{ env.VCPKG_INSTALLED }}
+ run: |
+ C:\vcpkg\vcpkg install `
+ --x-manifest-root ${{ github.workspace }}/.github `
+ --x-install-root ${{ env.VCPKG_INSTALLED }}
75
- name: Install WIX
76
run: powershell -ExecutionPolicy Bypass -File .github/setup-wix.ps1
77
- name: Restore Cache
0 commit comments