You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The git-sdk-32 and git-sdk-64 repositories are kept up to date by a scheduled sync workflow that essentially runs the please.sh sync command from git-for-windows/build-extra.
Due to its heritage, please.sh does not really run well in the CI, and it showed when we tried to port the sync workflow over to git-sdk-arm64 while keeping it on hosted runners (i.e. not ARM64 runners). Therefore, we could not use anything from the please.sh script and rewrote the functionality in PowerShell.