We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3242414 commit da65963Copy full SHA for da65963
.github/workflows/build-windows.yml
@@ -54,7 +54,7 @@ jobs:
54
run: vcpkg install
55
56
- name: Configure
57
- run: cmake -DCMAKE_BUILD_TYPE=Release -Ssrc -Brelease
+ run: cmake -DCMAKE_BUILD_TYPE=Release -A x64 -Ssrc -Brelease
58
env:
59
CMAKE_TOOLCHAIN_FILE: C:\Users\runneradmin\vcpkg\scripts\buildsystems\vcpkg.cmake
60
VCPKG_TARGET_TRIPLET: x64-windows
0 commit comments