diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 51b0c3f2debf..3aa623d47dd8 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -360,8 +360,8 @@ jobs: 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) + #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 @@ -372,9 +372,9 @@ jobs: Get-ChildItem -Path ..\bin -File | ForEach-Object { $_.LastWriteTime = $Now } } nmake -f lexilla.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 + #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: (cache) Save SciLex files if: env.SCILEX_CMAKE_ALLOW_CACHE == 'true' && steps.cache-restore.outputs.cache-hit != 'true' && github.event_name == 'push'