mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
Fix windows amd64 ci
This commit is contained in:
parent
e38dc6d2a8
commit
9edae37fc7
2
.github/workflows/amd64_windows.yml
vendored
2
.github/workflows/amd64_windows.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S. -Bbuild -G "Visual Studio 16 2019" -DCMAKE_CONFIGURATION_TYPES=Release
|
run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --config Release --target ALL_BUILD -- /maxcpucount
|
run: cmake --build build --config Release --target ALL_BUILD -- /maxcpucount
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user