We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a094c92 commit e86edf3Copy full SHA for e86edf3
.github/jobs/webstandard.sh
@@ -117,7 +117,7 @@ if [ "$TEST" = "w3cval" ]; then
117
118
section_start "Install testsuite"
119
cd "$DIR"
120
- wget https://github.com/validator/validator/releases/latest/download/vnu.linux.zip
+ wget https://github.com/validator/validator/releases/download/20.6.30/vnu.linux.zip
121
unzip -q vnu.linux.zip
122
section_end
123
0 commit comments