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 88961b3 commit af9f4a4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ jobs:
with:
fetch-depth: 0

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

- name: Download required packages
run: |
sudo apt update
sudo apt install expect valgrind g++-multilib
sudo apt install expect valgrind g++-multilib llvm
- name: Download the used network from the fishtest framework
run: |
Expand Down

0 comments on commit af9f4a4

Please sign in to comment.