Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA/windows: always pass
-A <arch>
to cmake in vcpkg jobs
Instead of relying on the default `-A x64` on `windows-latest` runners, tell cmake the arch explicitly, to be in sync with `matrix.arch`. Also add support for arm64 and x86. `-DVCPKG_TARGET_TRIPLET=` isn't enough to select the platform, ref: https://github.com/curl/curl/actions/runs/13179082565/job/36785363766?pr=16210 Closes curl#16210
- Loading branch information