Temporarily disable CI include checks

The include checks currently fail because of broken LLVM nightly
packages: https://github.com/llvm/llvm-project/issues/73402.

closes https://github.com/official-stockfish/Stockfish/pull/4899

No functional change
This commit is contained in:
Sebastian Buchwald
2023-12-03 13:37:59 +01:00
committed by Disservin
parent 08cdbca56f
commit 8f65953583

View 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: