Skip to content

Commit

Permalink
fix github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege committed Jan 18, 2025
1 parent a11750d commit 8c5bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
(Get-Command 'lazbuild').Source | Out-Host
$Env:PATH+=';C:\Lazarus\fpc\3.2.2\bin\x86_64-win64'
(Get-Command 'instantfpc').Source | Out-Host
instantfpc '-FuC:\Lazarus\components\lazutils' .github/workflows/make.pas
instantfpc '-FuC:\Lazarus\components\lazutils' .github/workflows/make.pas build
(Get-Command 'delp').Source | Out-Host
delp -r $Pwd.Path

0 comments on commit 8c5bdc0

Please sign in to comment.