update html5ever instructions

This commit is contained in:
Pierre Tachoire
2025-11-26 16:19:16 +01:00
parent e74a286d70
commit bde8b64ba3
5 changed files with 28 additions and 11 deletions

View File

@@ -56,6 +56,8 @@ jobs:
submodules: recursive
- uses: ./.github/actions/install
with:
mode: 'release'
- name: zig build release
run: zig build -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})