From 20b76963c2b9434da0ebcc0e800d3e3d92bea286 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 6 Apr 2022 20:20:18 +0200 Subject: [PATCH] CI: Update windows job --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87771b0c9..e5334141a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,7 +124,7 @@ jobs: pip install mako - name: configure shell: powershell - run: cd build; cmake -G "Visual Studio 16 2019" ..\src\algorithms\libs\volk_gnsssdr_module\volk_gnsssdr + run: cd build; cmake -G "Visual Studio 17 2022" ..\src\algorithms\libs\volk_gnsssdr_module\volk_gnsssdr - name: build run: cmake --build build --config Release - name: test