]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Temporarily disable CI include checks
[stockfish] / .github / workflows / stockfish.yml
index 1ed4b92d4ca79d717656f3aee682279413c40413..83dd1b9c86cda97db3478e91401f06a81a48166d 100644 (file)
@@ -33,8 +33,9 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Analyzers:
-    uses: ./.github/workflows/stockfish_analyzers.yml
+  # 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
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: