We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a9ecc commit f16cf32Copy full SHA for f16cf32
.github/workflows/games.yml
@@ -75,8 +75,8 @@ jobs:
75
sudo apt install -y wget unzip
76
wget https://github.com/Disservin/fastchess/releases/download/v1.8.0-alpha/fastchess-linux-x86-64.tar
77
tar -xf fastchess-linux-x86-64.tar
78
- chmod +x fastchess-linux-x86-64/fastchess-linux-x86-64
79
- mv fastchess-linux-x86-64/fastchess-linux-x86-64 fastchess
+ chmod +x fastchess-linux-x86-64/fastchess
+ mv fastchess-linux-x86-64/fastchess fastchess
80
81
wget https://github.com/official-stockfish/books/raw/refs/heads/master/UHO_Lichess_4852_v1.epd.zip
82
unzip UHO_Lichess_4852_v1.epd.zip
0 commit comments