Skip to content

Commit

Permalink
Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski committed May 11, 2024
1 parent 612405b commit b9bacc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
Get-ChildItem -Path ..\bin -File | ForEach-Object { $_.LastWriteTime = $Now }
#Get-ChildItem -Path .\ -File | ForEach-Object { $_.LastWriteTime = $Now }
}
nmake -E -f scintilla.mak DIR_O=..\bin
nmake -E -f ..\..\boostregex\nppSpecifics.mak -f scintilla.mak DIR_O=..\bin
Write-Output (Get-ChildItem -Path ..\bin -Recurse -File -Force -ErrorAction SilentlyContinue | Select-Object FullName)
Write-Output (Get-ChildItem -Path .\ -Recurse -File -Force -ErrorAction SilentlyContinue | Select-Object FullName)
exit 1
Expand Down

0 comments on commit b9bacc4

Please sign in to comment.