Skip to content

Commit

Permalink
Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored May 16, 2024
1 parent 0ecd276 commit 2112d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ jobs:
else {
nmake -f scintilla.mak
}
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
- name: build lexilla
working-directory: lexilla/src/
Expand Down

0 comments on commit 2112d55

Please sign in to comment.