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 16, 2024
1 parent a602de7 commit 2203001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ jobs:
$Now = Get-Date
Get-ChildItem -Path ..\bin -File | ForEach-Object { $_.LastWriteTime = $Now }
}
nmake -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)
#nmake -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
- name: build lexilla
Expand Down

0 comments on commit 2203001

Please sign in to comment.