lordgamez commented on code in PR #1686:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1686#discussion_r1366563272


##########
.github/workflows/ci.yml:
##########
@@ -103,6 +103,10 @@ 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-Item -Path "C:\Strawberry\c\bin" -Recurse -Force
+        shell: pwsh

Review Comment:
   Added comment in 99582f2591360093d29e94cd7202d28a2ed9f6b1



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to