We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b2e63 commit c1bbbb8Copy full SHA for c1bbbb8
.github/workflows/make.ps1
@@ -77,7 +77,7 @@ Function Build-Project {
77
$_.Split(' ')[2]
78
}
79
)
80
- $Output = (& lazbuild --build-all --recursive --no-write-project $Output)
+ $Output = (& ".\$($Output)" --all --format=plain --progress)
81
$exitCode = Switch ($LastExitCode) {
82
0 {0}
83
Default {
0 commit comments