Skip to content

Commit

Permalink
tests: Install stockfish
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhfr committed Sep 12, 2022
1 parent f35787d commit 1570690
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
cache: true
go-version-file: go.mod

- name: Install stockfish
run: |
wget https://stockfishchess.org/files/stockfish_14.1_linux_x64.zip
unzip stockfish_14.1_linux_x64.zip
ln stockfish_14.1_linux_x64/stockfish_14.1_linux_x64 stockfish
chmod u+x stockfish
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 1570690

Please sign in to comment.