mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
CI: Reindent inputs in lagom-template.yml
This commit is contained in:
parent
be766ecb30
commit
08b81b37b1
38
.github/workflows/lagom-template.yml
vendored
38
.github/workflows/lagom-template.yml
vendored
|
|
@ -3,25 +3,25 @@ name: Lagom Template
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
toolchain:
|
toolchain:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
os_name:
|
os_name:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
os:
|
os:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
arch:
|
arch:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
build_preset:
|
build_preset:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
clang_plugins:
|
clang_plugins:
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# runner.workspace = /home/runner/work/ladybird
|
# runner.workspace = /home/runner/work/ladybird
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user