From b911b54aeb45d2d2d7a8d616af5df04ad230bcc3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Dec 2022 14:24:45 -0700 Subject: CI: fix path to langref when running tidy --- ci/aarch64-linux-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/aarch64-linux-debug.sh') diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh index 0452b7d7dd..758085c759 100644 --- a/ci/aarch64-linux-debug.sh +++ b/ci/aarch64-linux-debug.sh @@ -67,7 +67,7 @@ stage3-debug/bin/zig build test docs \ --zig-lib-dir "$(pwd)/../lib" # Look for HTML errors. -tidy --drop-empty-elements no -qe ../zig-cache/langref.html +tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html" # Produce the experimental std lib documentation. stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib -- cgit v1.2.3