mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-15 15:58:57 +00:00
ci: build html5ever typo
This commit is contained in:
2
.github/actions/install/action.yml
vendored
2
.github/actions/install/action.yml
vendored
@@ -79,7 +79,7 @@ runs:
|
||||
- name: hmtl5ever release
|
||||
if: ${{ inputs.mode == 'release' }}
|
||||
shell: bash
|
||||
run: zig -Doptimize=ReleaseSafe build html5ever
|
||||
run: zig build -Doptimize=ReleaseSafe html5ever
|
||||
|
||||
- name: hmtl5ever debug
|
||||
if: ${{ inputs.mode == 'debug' }}
|
||||
|
||||
Reference in New Issue
Block a user