Skip to content

Commit e86edf3

Browse files
committed
Pin a VNU release instead of picking latest.
Looks like they had a release today and that might be the reason for our test failures.
1 parent a094c92 commit e86edf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/webstandard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ "$TEST" = "w3cval" ]; then
117117
118118
section_start "Install testsuite"
119119
cd "$DIR"
120-
wget https://github.com/validator/validator/releases/latest/download/vnu.linux.zip
120+
wget https://github.com/validator/validator/releases/download/20.6.30/vnu.linux.zip
121121
unzip -q vnu.linux.zip
122122
section_end
123123

0 commit comments

Comments
 (0)