diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index b8e0ed3f070b..3a3eb4ed83f0 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -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 -I../../boostregex/nppSpecifics.mak DIR_O=..\bin + nmake -E -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