ci: use compiled v8 with wpt tests

This commit is contained in:
Pierre Tachoire
2026-01-12 08:11:55 +01:00
parent e042b1105a
commit 98397401b8

View File

@@ -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: |