Skip to content

Commit

Permalink
Actually we the want x64-windows triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed Jul 12, 2023
1 parent 889e669 commit 0292405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: vcpkg check / install dependencies
working-directory: '${{ github.workspace }}'
run: '"${{env.VCPKG_ROOT}}\\vcpkg" install --triplet=x86-windows'
run: '"${{env.VCPKG_ROOT}}\\vcpkg" install --triplet=x64-windows'
shell: cmd

- name: Install dependencies and generate project files
Expand Down

0 comments on commit 0292405

Please sign in to comment.