projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1466609
)
Use NNUE fallback URL for appveyor (#752)
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 23 Dec 2023 16:03:57 +0000 (17:03 +0100)
committer
GitHub
<noreply@github.com>
Sat, 23 Dec 2023 16:03:57 +0000 (17:03 +0100)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
c073aa7
..
d6f5226
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-70,7
+70,7
@@
build_script:
$dummy = $nnuenet -match "(?<nnuenet>nn-[a-z0-9]{12}.nnue)"
$nnuenet = $Matches.nnuenet
Write-Host "Default net:" $nnuenet
- $nnuedownloadurl = "https://tests.stockfishchess.org/api/nn/$nnuenet"
+ $nnuedownloadurl = "https://github.com/official-stockfish/networks/raw/master/$nnuenet"
$nnuefilepath = "src\${env:CONFIGURATION}\$nnuenet"
if (Test-Path -Path $nnuefilepath) {
Write-Host "Already available."