add html5ever install method

This commit is contained in:
Pierre Tachoire
2025-11-25 12:39:40 +01:00
parent a1064a54cc
commit 1e090f9d30
3 changed files with 16 additions and 0 deletions

View File

@@ -66,3 +66,7 @@ runs:
mkdir -p v8/out/${{ inputs.os }}/release/obj/zig/
ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/out/${{ inputs.os }}/release/obj/zig/libc_v8.a
- name: build html5ever
shell: bash
run: make install-html5ever