This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 88c0dd253480f5326908b2516de3a38edcaf6053
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Tue Oct 24 13:02:49 2023 +0200

    MINIFICPP-2253 Remove conflicting Strawberry Perl tool executables
    
    Closes #1686
    
    Signed-off-by: Marton Szasz <[email protected]>
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7fd5007a0..554827371 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -103,6 +103,11 @@ jobs:
           if ((Get-FileHash 'sqliteodbc_w64.exe').Hash -ne 
"0df79be4a4412542839ebf405b20d95a7dfc803da0b0b6b0dc653d30dc82ee84") {Write 
"Hash mismatch"; Exit 1}
           ./sqliteodbc_w64.exe /S
         shell: powershell
+      - id: remove-strawberry-perl-tool-executables
+        run: |
+          # Remove conflicting Strawberry Perl executables like patch.exe and 
cmcldeps.exe (More information in the note under System Requirements in 
README.md)
+          Remove-Item -Path "C:\Strawberry\c\bin" -Recurse -Force
+        shell: pwsh
       - name: build
         run: |
           for /f "usebackq delims=" %%i in (`vswhere.exe -latest -property 
installationPath`) do if exist "%%i\Common7\Tools\vsdevcmd.bat" call 
"%%i\Common7\Tools\vsdevcmd.bat" -arch=x64 -host_arch=x64

Reply via email to