From 4d5573a77ab75ff80c82fbc150dea4274287ec2d Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Thu, 11 Jan 2024 11:29:08 +0100 Subject: [PATCH] ci: Fix a typo --- .github/workflows/windows-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-conda.yml b/.github/workflows/windows-conda.yml index d69a799cc6..9f08e8fa5e 100644 --- a/.github/workflows/windows-conda.yml +++ b/.github/workflows/windows-conda.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: ["windows-2019"] - compiler: ["cl", clang-cl"] + compiler: ["cl", "clang-cl"] steps: - uses: actions/checkout@v4