From 3b933d9acf48d76c8c31039542abdadc5e2b4cf0 Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 27 Dec 2023 12:34:06 +0100 Subject: [PATCH] Fix Windows C.I. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767f635e9..8e214553b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: os: [windows-latest, windows-2019] + toolkit: [v140, v141, v142, v143] std: [98, 11, 14, 17, 20] config: [Debug, Release] - toolkit: [v140, v141, v142, v143] exclude: - os: windows-2019 toolkit: v143 @@ -71,7 +71,7 @@ jobs: run: | cmake -S. -B ./build_avx1_std -T ${{matrix.toolkit}} -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON cmake --build ./build_avx1_std --config ${{matrix.config}} - ctest --verbose -C ${{matrix.config}} --test-dir ./build_avx1_stl + ctest --verbose -C ${{matrix.config}} --test-dir ./build_avx1_std - name: Run with GLM_TEST_ENABLE_SIMD_AVX and language extensions run: |