diff --git a/.github/workflows/Windows-CI.yml b/.github/workflows/Windows-CI.yml index 107dbc2b59..046f689e34 100644 --- a/.github/workflows/Windows-CI.yml +++ b/.github/workflows/Windows-CI.yml @@ -40,7 +40,7 @@ jobs: - name: install-vcpkg # You may pin to the exact commit or the version. # uses: lukka/run-vcpkg@9c0ae56bad291f4b185cc433a9b56084b2962259 - uses: lukka/run-vcpkg@v7.3 + uses: lukka/run-vcpkg@v7 with: vcpkgDirectory: '${{ github.workspace }}/v' setupOnly: true @@ -49,6 +49,9 @@ jobs: appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }} additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed + - name: Troubleshooting per Phoebe Hui + run: ./vcpkg install python3:x64-windows --debug + - name: run-cmake # You may pin to the exact commit or the version. # uses: lukka/run-cmake@7ba4481660f0f04c86cfa5f1f24b90effc97bde1 diff --git a/engine/vcpkg.json b/engine/vcpkg.json index 44f61c9612..c0d1502dab 100644 --- a/engine/vcpkg.json +++ b/engine/vcpkg.json @@ -1,6 +1,8 @@ { + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "vega-strike", "version-string": "0.9.0", + "overrides": [], "dependencies": [ "boost-python", "boost-log",