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 3852a14 commit 1be2628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Function Build-Project {
".... [[$($LastExitCode)]] git submodule update" | Out-Host
}
$Env:Ext = '0'
$Env:Src = 'source'
$Env:Src = 'src'
$Env:Use = 'use'
$Env:Pkg = 'use\components.txt'
If (Test-Path -Path $Env:Use) {
Expand Down
3 changes: 1 addition & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function priv_lazbuild
fi
wait
declare -rA VAR=(
[src]='source'
[src]='src'
[use]='use'
[pkg]='use/components.txt'
)
Expand Down Expand Up @@ -99,5 +99,4 @@ function priv_main
fi
)

clear
priv_main "${@}" >/dev/null

0 comments on commit 1be2628

Please sign in to comment.