mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-23 22:58:00 -05:00
build html5ever in CI
This commit is contained in:
12
.github/actions/install/action.yml
vendored
12
.github/actions/install/action.yml
vendored
@@ -59,12 +59,8 @@ runs:
|
||||
mkdir -p v8
|
||||
ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/libc_v8.a
|
||||
|
||||
- name: hmtl5ever release
|
||||
if: ${{ inputs.mode == 'release' }}
|
||||
- name: hmtl5ever
|
||||
shell: bash
|
||||
run: zig build -Doptimize=ReleaseFast html5ever
|
||||
|
||||
- name: hmtl5ever debug
|
||||
if: ${{ inputs.mode == 'debug' }}
|
||||
shell: bash
|
||||
run: zig build html5ever
|
||||
run: |
|
||||
zig build html5ever
|
||||
zig build -Doptimize=ReleaseFast html5ever
|
||||
|
||||
Reference in New Issue
Block a user