Skip to content

Commit

Permalink
Try to download Stockfish release in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 1, 2024
1 parent a64f78e commit 0082833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/setup-windows-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

echo Download ...
choco install wget
wget https://files.stockfishchess.org/archive/Stockfish%2011/stockfish-11-win.zip
wget https://github.com/official-stockfish/Stockfish/releases/download/sf_16/stockfish-windows-x86-64-avx2.zip

echo Unzip ..
7z e stockfish-11-win.zip stockfish-11-win/Windows/*.exe
7z e stockfish-windows-x86-64-avx2.zip /stockfish/stockfish-windows-x86-64-avx2.exe

echo Setup path ...
mv stockfish_20011801_x64_bmi2.exe stockfish.exe
mv stockfish-windows-x86-64-avx2.exe stockfish.exe
pwd >> $GITHUB_PATH

0 comments on commit 0082833

Please sign in to comment.