mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00: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
|
mkdir -p v8
|
||||||
ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/libc_v8.a
|
ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/libc_v8.a
|
||||||
|
|
||||||
- name: hmtl5ever release
|
- name: hmtl5ever
|
||||||
if: ${{ inputs.mode == 'release' }}
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: zig build -Doptimize=ReleaseFast html5ever
|
run: |
|
||||||
|
zig build html5ever
|
||||||
- name: hmtl5ever debug
|
zig build -Doptimize=ReleaseFast html5ever
|
||||||
if: ${{ inputs.mode == 'debug' }}
|
|
||||||
shell: bash
|
|
||||||
run: zig build html5ever
|
|
||||||
|
|||||||
Reference in New Issue
Block a user