Skip to content

Commit f1b4152

Browse files
committed
VCPKG
1 parent 9ff99c1 commit f1b4152

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ 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
7167
env:
7268
VCPKG_BINARY_SOURCES: clear;files,${{ github.workspace }}/vcpkg_cache,readwrite
7369
VCPKG_DEFAULT_TRIPLET: ${{ matrix.platform }}-windows-static
7470
VCPKG_INSTALLED_DIR: ${{ env.VCPKG_INSTALLED }}
71+
VCPKG_MANIFEST_DIR: ${{ github.workspace }}/.github
72+
run: $ENV{VCPKG_INSTALLATION_ROOT}/vcpkg install
7573
- name: Install WIX
7674
run: powershell -ExecutionPolicy Bypass -File .github/setup-wix.ps1
7775
- name: Restore Cache

0 commit comments

Comments
 (0)