Skip to content

Commit

Permalink
fix github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege committed Dec 28, 2024
1 parent 1be2628 commit 989b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Function Build-Project {
}
(Get-ChildItem -Filter '*.lpk' -Recurse -File –Path $Env:Use).FullName |
ForEach-Object {
& lazbuild --add-package-link $_ | Out-Host
& lazbuild --add-package-link $_ | Out-Null
Return ".... [$($LastExitCode)] add package link $($_)"
} | Out-Host
}
Expand Down

0 comments on commit 989b2a0

Please sign in to comment.