From 70d84b2f72d56cccef1e1b4d53ab15961f2d643b Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 12 Jan 2026 09:56:53 +0100 Subject: [PATCH] ci: fix wpt build path --- .github/workflows/wpt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 3e936d84..ecea3cc4 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -31,10 +31,10 @@ jobs: - uses: ./.github/actions/install - name: build wpt - run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast wpt + run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -- version - name: run test with json output - run: ./zig-out/bin/lightpanda-wpt > wpt.json + run: zig-out/bin/lightpanda-wpt --json > wpt.json - name: write commit run: |