From b9bacc48bc566d415edeaaf933be1e3795f7830f Mon Sep 17 00:00:00 2001 From: ArkadiuszMichalski <2730894+ArkadiuszMichalski@users.noreply.github.com> Date: Sat, 11 May 2024 23:52:43 +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 3a3eb4ed83f..73bf162ffb0 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 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