Skip to content

Commit da65963

Browse files
committed
CI(Win): Add -A flag
1 parent 3242414 commit da65963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: vcpkg install
5555

5656
- name: Configure
57-
run: cmake -DCMAKE_BUILD_TYPE=Release -Ssrc -Brelease
57+
run: cmake -DCMAKE_BUILD_TYPE=Release -A x64 -Ssrc -Brelease
5858
env:
5959
CMAKE_TOOLCHAIN_FILE: C:\Users\runneradmin\vcpkg\scripts\buildsystems\vcpkg.cmake
6060
VCPKG_TARGET_TRIPLET: x64-windows

0 commit comments

Comments
 (0)