From 5a32aca86be59f662232dbb9370310372fa53952 Mon Sep 17 00:00:00 2001 From: Mark Schofield Date: Wed, 11 Oct 2023 21:51:14 -0700 Subject: [PATCH] Include 'clangcl' presets in .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8420bb7..9e6a793 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: configuration: [ Debug, Release ] - buildPreset: [ windows-msvc-x64, windows-msvc-amd64, windows-msvc-x86, windows-msvc-arm64, windows-clang-x64, windows-clang-amd64 ] + buildPreset: [ windows-msvc-x64, windows-msvc-amd64, windows-msvc-x86, windows-msvc-arm64, windows-clang-x64, windows-clang-amd64, windows-clangcl-x64, windows-clangcl-amd64 ] runs-on: windows-latest steps: - name: Checkout