Skip to content

Commit

Permalink
Fix Windows C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 27, 2023
1 parent 348bee8 commit 3b933d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3b933d9

Please sign in to comment.