mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
feat: set run-build input default to true (#260)
This commit is contained in:
@@ -25,7 +25,7 @@ inputs:
|
||||
description: Additional arguments to pass during the CMake configuration
|
||||
run-build:
|
||||
description: If enabled, it builds the project using CMake (true/false)
|
||||
default: false
|
||||
default: true
|
||||
build-args:
|
||||
description: Additional arguments to pass during the CMake build
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user