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
Do less CI customization, now that windows-11-arm is updated
The `windows-11-arm` image has been updated with more of the usual
software present on GitHub-hosted GitHub Actions runner images for
Windows, at current versions.
- Git for Windows is updated to a version not suffering from GitoxideLabs#1849.
So this removes the steps that had upgraded Git for Windows and
checked the version before and after the upgrade.
- `rustup` has been added. So this removes the helper action that
installed it, and removes the `uses` step for it from the two
jobs that had called it.
(If either of these is needed in the future, on this or any other
job, then they can be brought back from the commit history.)
0 commit comments