Skip to content

Commit

Permalink
ci: x64, not x86
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Sep 28, 2024
1 parent 975478a commit 9f9a463
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 @@ -36,7 +36,7 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: 'ninja-multi-vcpkg'
configurePresetAdditionalArgs: "['-DVCPKG_TARGET_TRIPLET=x86-windows-static']"
configurePresetAdditionalArgs: "['-DVCPKG_TARGET_TRIPLET=x64-windows-static']"
buildPreset: 'ninja-multi-vcpkg'
buildPresetAdditionalArgs: "['--config Release']"

Expand Down

0 comments on commit 9f9a463

Please sign in to comment.