Description
The areg-sdk project uses Dependabot to automatically update workflow dependencies.
Dependabot created PR #562 to upgrade cygwin/cygwin-install-action from v5 to v6. However, after the update, the project build fails consistently across all 5 runners example run.
This failure did not occur with v5. The only prior issue observed at the end of builds was a warning:
The process 'C:\cygwin\bin\git.exe' failed with exit code 128
example run
This warning appears unrelated to the cygwin action.
Expected behavior
Upgrading from cygwin-install-action v5 to v6 should not introduce build failures.