diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee0512e6d..cbe162963 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
       shell: bash
       run: |
          if [ "$RUNNER_OS" == "Windows" ]; then
-              cmake . -DBUILD_SHARED_LIBS=${{matrix.build-shared}} -A x64
-              cmake --build .
+              cmake . -DBUILD_SHARED_LIBS=${{matrix.build-shared}} -A x64 -T ClangCL
+              cmake --build . --config Release
          elif [ "$RUNNER_OS" == "Linux" ]; then
               sudo apt-get -qq update
               sudo apt-get -qq install libxcb1-dev