ci: fix wpt build path

This commit is contained in:
Pierre Tachoire
2026-01-12 09:56:53 +01:00
parent 2a468cc750
commit 70d84b2f72

View File

@@ -31,10 +31,10 @@ jobs:
- uses: ./.github/actions/install - uses: ./.github/actions/install
- name: build wpt - 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 - 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 - name: write commit
run: | run: |