Skip to content

Commit

Permalink
test libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 2, 2024
1 parent 8612fd3 commit e92dd93
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 92 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ fun conanCommand(profile: String, version: String, shared: String, command: Stri
workflow(
name = "Build",
on = listOf(
// Push(),
WorkflowDispatch(
inputs = mapOf(
"version" to WorkflowDispatch.Input(
description = "version of libcurl",
required = true,
type = WorkflowDispatch.Type.String
)
)
)
Push(),
// WorkflowDispatch(
// inputs = mapOf(
// "version" to WorkflowDispatch.Input(
// description = "version of libcurl",
// required = true,
// type = WorkflowDispatch.Type.String
// )
// )
// )
),
_customArguments = mapOf(
"defaults" to mapOf(
Expand All @@ -120,8 +120,8 @@ workflow(
),
sourceFile = __FILE__.toPath(),
) {
//val version = "3.2.0"
val version = expr("inputs.version")
val version = "8.10.1"
// val version = expr("inputs.version")
val jobs = configurations.map { configuration ->
job(
id = configuration.name,
Expand Down
Loading

0 comments on commit e92dd93

Please sign in to comment.