Skip to content

Commit 9309440

Browse files
committed
fully manual vcpkg setup
1 parent 293787b commit 9309440

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: windows-latest
1111
env:
1212
VCPKG_ROOT: ${{ github.workspace }}/../vcpkg
13+
VCPKG_DEFAULT_TRIPLET: x64-windows
1314
steps:
1415
# checkout the github actions / workflow
1516
- name: Checkout actions
@@ -103,7 +104,6 @@ jobs:
103104
shell: cmd
104105
working-directory: "${{ github.workspace }}/src"
105106
run: |
106-
vcpkg integrate install
107107
msbuild everything.sln /p:Platform="win64" /p:Configuration="Release"
108108
109109
- name: Copy dist

vcpkg.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)