]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Revert "Temporarily disable CI include checks"
[stockfish] / .github / workflows / stockfish.yml
index 6d71fef5aef96d3f3890f67373d3a07d6c8fe28b..7bbb53d5c6278781a44d7db547ed510e77d01d44 100644 (file)
@@ -33,9 +33,8 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  # The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
-  #Analyzers:
-  #  uses: ./.github/workflows/stockfish_analyzers.yml
+  Analyzers:
+    uses: ./.github/workflows/stockfish_analyzers.yml
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: