1 parent 6044b12 commit 0599ac1Copy full SHA for 0599ac1
1 file changed
.github/workflows/build-docker.yml
@@ -87,7 +87,7 @@ jobs:
87
part="monero-gui-$VERSION_GUI"
88
fi
89
url=$CDN_URL/${part}/${dir}/${file}
90
- if ! wget --spider "$url"; then
+ if ! wget --spider -S "$url"; then
91
echo "Webseed FAILED: $url"
92
#exit 1
93
else
0 commit comments