Skip to content

Commit c1bbbb8

Browse files
committed
fix github-actions
1 parent 35b2e63 commit c1bbbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Function Build-Project {
7777
$_.Split(' ')[2]
7878
}
7979
)
80-
$Output = (& lazbuild --build-all --recursive --no-write-project $Output)
80+
$Output = (& ".\$($Output)" --all --format=plain --progress)
8181
$exitCode = Switch ($LastExitCode) {
8282
0 {0}
8383
Default {

0 commit comments

Comments
 (0)