From 98397401b802fe66d05e87d4461bc8d5be74e3d5 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 12 Jan 2026 08:11:55 +0100 Subject: [PATCH] ci: use compiled v8 with wpt tests --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 489bd8dd..2011e766 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -31,7 +31,7 @@ jobs: - uses: ./.github/actions/install - name: json output - run: zig build wpt -- --json > wpt.json + run: zig build -Dprebuilt_v8_path=v8/libc_v8.a wpt -- --json > wpt.json - name: write commit run: |