Skip to content

Commit

Permalink
Update stockfish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Jul 9, 2024
1 parent 9c50bd6 commit e6f1c28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
with:
fetch-depth: 0

- name: Install LLVM and Clang
if: contains(matrix.config.comp, 'clang')
uses: KyleMayes/[email protected]
with:
version: "17"
env: true

- name: Download required packages
run: |
sudo apt update
Expand Down

0 comments on commit e6f1c28

Please sign in to comment.