mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Enable suggested libs by default in build configurations for Unix and Windows
This commit is contained in:
parent
8c7d113c2f
commit
fa175963f9
2
.github/workflows/build-unix.yml
vendored
2
.github/workflows/build-unix.yml
vendored
@ -49,7 +49,7 @@ on:
|
|||||||
with-suggested-libs:
|
with-suggested-libs:
|
||||||
description: Build with suggested libs
|
description: Build with suggested libs
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
debug:
|
debug:
|
||||||
description: Show full build logs
|
description: Show full build logs
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
4
.github/workflows/build-windows-x86_64.yml
vendored
4
.github/workflows/build-windows-x86_64.yml
vendored
@ -29,6 +29,10 @@ on:
|
|||||||
description: prefer pre-built binaries (reduce build time)
|
description: prefer pre-built binaries (reduce build time)
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
with-suggested-libs:
|
||||||
|
description: Build with suggested libs
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
debug:
|
debug:
|
||||||
description: enable debug logs
|
description: enable debug logs
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user