We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293787b commit 9309440Copy full SHA for 9309440
2 files changed
.github/workflows/build_windows.yml
@@ -10,6 +10,7 @@ jobs:
10
runs-on: windows-latest
11
env:
12
VCPKG_ROOT: ${{ github.workspace }}/../vcpkg
13
+ VCPKG_DEFAULT_TRIPLET: x64-windows
14
steps:
15
# checkout the github actions / workflow
16
- name: Checkout actions
@@ -103,7 +104,6 @@ jobs:
103
104
shell: cmd
105
working-directory: "${{ github.workspace }}/src"
106
run: |
- vcpkg integrate install
107
msbuild everything.sln /p:Platform="win64" /p:Configuration="Release"
108
109
- name: Copy dist
vcpkg.json
0 commit comments