From e86edf3e987d517a7c3c22f376b7f4fa8ced70d1 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Fri, 24 Oct 2025 19:18:57 +0200 Subject: [PATCH] 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. --- .github/jobs/webstandard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/jobs/webstandard.sh b/.github/jobs/webstandard.sh index 6397ad8434..c5357a797f 100755 --- a/.github/jobs/webstandard.sh +++ b/.github/jobs/webstandard.sh @@ -117,7 +117,7 @@ if [ "$TEST" = "w3cval" ]; then section_start "Install testsuite" cd "$DIR" - 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 unzip -q vnu.linux.zip section_end