File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
6464 key : vcpkg-${{ matrix.configuration }}-${{ matrix.platform }}-${{ hashFiles('.github/vcpkg.json') }}
6565 - name : Prepare vcpkg
6666 if : matrix.configuration == 'Release'
67- uses : lukka/run-vcpkg@v11
68- with :
69- vcpkgJsonGlob : .github/vcpkg.json
70- runVcpkgInstall : true
67+ shell : bash
7168 env :
7269 VCPKG_BINARY_SOURCES : clear;files,${{ github.workspace }}/vcpkg_cache,readwrite
7370 VCPKG_DEFAULT_TRIPLET : ${{ matrix.platform }}-windows-static
74- VCPKG_INSTALLED_DIR : ${{ env.VCPKG_INSTALLED }}
71+ run : |
72+ $VCPKG_INSTALLATION_ROOT\vcpkg install `
73+ --x-manifest-root ${{ github.workspace }}/.github `
74+ --x-install-root ${{ env.VCPKG_INSTALLED }}
7575 - name : Install WIX
7676 run : powershell -ExecutionPolicy Bypass -File .github/setup-wix.ps1
7777 - name : Restore Cache
You can’t perform that action at this time.
0 commit comments