From 2c2908b51ea964898f00d8e3b09fe057444a01aa Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski <2730894+ArkadiuszMichalski@users.noreply.github.com> Date: Sun, 12 May 2024 10:43:59 +0200 Subject: [PATCH] Update CI_build.yml --- .github/workflows/CI_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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