Skip to content

Commit

Permalink
vcpkg debugging as per Phoebe Hui
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Sep 18, 2021
1 parent 8f46d7c commit 66a4312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions engine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 66a4312

Please sign in to comment.