1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Fix windows amd64 ci

This commit is contained in:
Mykola Hohsdze 2022-02-17 11:51:19 +02:00 committed by Mizux
parent e38dc6d2a8
commit 9edae37fc7

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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
run: cmake --build build --config Release --target ALL_BUILD -- /maxcpucount
- name: Test