diff --git a/.github/workflows/clang13-temp.yml b/.github/workflows/clang13-temp.yml
index cb5fed92..088b7ed8 100644
--- a/.github/workflows/clang13-temp.yml
+++ b/.github/workflows/clang13-temp.yml
@@ -11,6 +11,10 @@ jobs:
   Linux-Clang13:
     # if: false # Disable this platform temporarily
     runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        include:
+          - generator: '"Unix Makefiles"'
 
     name: Linux Clang13
     env: